COLOR #259E2A

HEX: #259E2A
RGB: (37,158,42)

Color info

#259E2A contains mainly green color. Web safe color of #259E2A is #339933 (or #393).

RGB color model

#259E2A color RGB value is (37,158,42).

  • red value is 37;
  • green value is 158;
  • blue value is 42.
RGB:
(37,158,42)
(15%,62%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 158 of 255 = 62%
B 42 of 255 = 16%

37
158
42

R + G + B ~ 31%. #259E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 158 + 42 = 237 (100%)
R 37 of 237 ~ 15.61%
G 158 of 237 ~ 66.67%
B 42 of 237 ~ 17.72%

%15.61
%66.67
%17.72

CMYK color model

#259E2A color CMYK value is (77,0,73,38).

  • cyan value is 76.58%
  • magenta value is 0.00%
  • yellow value is 73.42%
  • key color value is 38.04%
CMYK:
(77,0,73,38)
C77M0Y73K38 
(77%,0%,73%,38%)
(0.77/0.00/0.73/0.38)	

CMYK percentages

%76.58
%0
%73.42
%38.04

Codes

Color #259E2A in popluar color models

259E2A
RGB3715842
HSL122°62.05%38.24%
HSB/HSV122°76.58%61.96%
CMYK76.58%0.00%73.42%
38.04%

Color #259E2A in popluar number systems.

HEX259E2A
Decimal3715842
Binary10010110011110101010
Octal4523652

Shades and tints

Shades of #259E2A

#259E2A
(37,158,42)
#229027
(34,144,39)
#1F8224
(31,130,36)
#1C7421
(28,116,33)
#19661E
(25,102,30)
#16581B
(22,88,27)
#134A18
(19,74,24)
#103C15
(16,60,21)
#0D2E12
(13,46,18)
#0A200F
(10,32,15)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #259E2A

#259E2A
(37,158,42)
#38A63D
(56,166,61)
#4BAE50
(75,174,80)
#5EB663
(94,182,99)
#71BE76
(113,190,118)
#84C689
(132,198,137)
#97CE9C
(151,206,156)
#AAD6AF
(170,214,175)
#BDDEC2
(189,222,194)
#D0E6D5
(208,230,213)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259E2A color. Also use rgb(37,158,42) instead hex code.

Text Font Color

.myTextColor { color: #259E2A; }

<p style="color:#259E2A">This sample text font color is #259E2A.</p>

This text font color is #259E2A.


Background Color

.myBgColor { background-color: #259E2A; }

<div style="background-color:#259E2A">Inner text</div>

This div background color is #259E2A.


Border color

.myBorderColor { border: 1px solid #259E2A; }

<div style="border:3px solid #259E2A">Div</div>

This div border color is #259E2A.


Opacity

.myOpacity80 { color: #259E2A; opacity: 0.8; }

<p style="color:#259E2A;opacity:0.8;">80%</p>

Text with #259E2A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #259E2A;}

<p style="text-shadow: 3px 3px 1px #259E2A">Text here.</p>

This text has shadow with #259E2A color.

.textShadow {text-shadow: 3px 3px 1px #259E2A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #259E2A, 5px 5px 20px red">Text here.</p>

This text has shadow with #259E2A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#259E2A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#259E2A, Direction=45, Strength=4)">Text</p>

This text has shadow with #259E2A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #259E2A;
  -webkit-box-shadow:	1px 1px 3px 2px #259E2A;
  box-shadow:		1px 1px 3px 2px #259E2A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #259E2A;
-webkit-box-shadow: 1px 1px 3px 2px #259E2A;
box-shadow:1px 1px 3px 2px #259E2A;">
Div content here</div>
This div box has shadow with color #259E2A.

Preview

Color preview on black background

This text has color #259E2A on black background.


Color preview on white background

This text has color #259E2A on white background.



Black color preview on #259E2A background

This text has black color on #259E2A background.


White color preview on #259E2A background

This text has white color on #259E2A background.