Html Css Color HEX #2A9419 Forest Green

📋 copy color: '#2A9419'

red 42 ◦ green 148 ◦ blue 25

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

Shades of Forest Green #2A9419

Tints of Forest Green #2A9419

RGB

 RED value IS 42 (16.8% from 255) = 19.53%

 GREEN value IS 148 (58.2% from 255) = 68.84%

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

R = 19.53%
G = 68.84%
B = 11.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#2A9419 (or 0x2A9419) is known color: Forest Green. HEX triplet: 2A, 94 and 19. RGB value is (42,148,25). Sum of RGB (Red+Green+Blue) = 42+148+25=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9419 is #D56BE6. Grayscale: #666666. Windows color (decimal): -13986791 or 1676330. OLE color: 1676330.

HSL color Cylindrical-coordinate representation of color #2A9419: hue angle of 111.71º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A9419 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 148 25 -
CMYK 0.72 0 0.83 0.42
HSL 111.71º 0.71% 0.34% -
HSV(B) 111.71º 0.83% 0.58% -
XYZ 11.72 21.74 4.5 -
YUV 102.28 84.38 85 -
System Red Green Blue C M Y K H S L
Decimal 42 148 25 0.72 0 0.83 0.42 111.71 0.71 0.34
Hex 2A 94 19 48 0 53 2A 70 47 22
Octal 52 224 31 110 0 123 52 160 107 42
Binary 101010 10010100 11001 1001000 0 1010011 101010 1110000 1000111 100010

Color Harmonies of #2A9419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9419

Black with #2A9419

Text Example


Text Example

White with #2A9419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,148,25); }

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

background-color css

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

 a { background-color: rgb(42,148,25); }

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

border-color css

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

 span { border-color: rgb(42,148,25); }

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