Html Css Color HEX #2D8A19 Forest Green

📋 copy color: '#2D8A19'

red 45 ◦ green 138 ◦ blue 25

#2D8A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2D8A19

Tints of Forest Green #2D8A19

RGB

 RED value IS 45 (17.97% from 255) = 21.63%

 GREEN value IS 138 (54.3% from 255) = 66.35%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 21.63%
G = 66.35%
B = 12.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2D8A19 (or 0x2D8A19) is known color: Forest Green. HEX triplet: 2D, 8A and 19. RGB value is (45,138,25). Sum of RGB (Red+Green+Blue) = 45+138+25=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 138 (54.30% from 255 or 66.35% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8A19 is #D275E6. Grayscale: #616161. Windows color (decimal): -13792743 or 1673773. OLE color: 1673773.

HSL color Cylindrical-coordinate representation of color #2D8A19: hue angle of 109.38º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D8A19 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 138 25 -
CMYK 0.67 0 0.82 0.46
HSL 109.38º 0.69% 0.32% -
HSV(B) 109.38º 0.82% 0.54% -
XYZ 10.35 18.81 4 -
YUV 97.31 87.19 90.69 -
System Red Green Blue C M Y K H S L
Decimal 45 138 25 0.67 0 0.82 0.46 109.38 0.69 0.32
Hex 2D 8A 19 43 0 52 2E 6D 45 20
Octal 55 212 31 103 0 122 56 155 105 40
Binary 101101 10001010 11001 1000011 0 1010010 101110 1101101 1000101 100000

Color Harmonies of #2D8A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8A19

Black with #2D8A19

Text Example


Text Example

White with #2D8A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D8A19; }

 p { color: rgb(45,138,25); }

 H1.HeaderClassName
 {
   color: #2D8A19;
 }
 .AnyTagClassName
 {
   color: #2D8A19;
 }
</style>

background-color css

<style>
 a { background-color: #2D8A19; }

 a { background-color: rgb(45,138,25); }

 div.DivClassName
 {
   background-color: #2D8A19;
 }
 .BgClassName
 {
   background-color: #2D8A19;
 }
</style>

border-color css

<style>
 span { border-color: #2D8A19; }

 span { border-color: rgb(45,138,25); }

 td.TdClassName
 {
   border-color: #2D8A19;
 }
 .TagClassName
 {
   border-color: #2D8A19;
 }
</style>