Html Css Color HEX #2A9621 Forest Green

📋 copy color: '#2A9621'

red 42 ◦ green 150 ◦ blue 33

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

Shades of Forest Green #2A9621

Tints of Forest Green #2A9621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.67%

 BLUE value IS 33 (13.28% from 255) = 14.67%

R = 18.67%
G = 66.67%
B = 14.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#2A9621 (or 0x2A9621) is known color: Forest Green. HEX triplet: 2A, 96 and 21. RGB value is (42,150,33). Sum of RGB (Red+Green+Blue) = 42+150+33=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 150 (58.98% from 255 or 66.67% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9621 is #D569DE. Grayscale: #686868. Windows color (decimal): -13986271 or 2201130. OLE color: 2201130.

HSL color Cylindrical-coordinate representation of color #2A9621: hue angle of 115.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A9621 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 150 33 -
CMYK 0.72 0 0.78 0.41
HSL 115.38º 0.64% 0.36% -
HSV(B) 115.38º 0.78% 0.59% -
XYZ 12.14 22.41 5.13 -
YUV 104.37 87.72 83.51 -
System Red Green Blue C M Y K H S L
Decimal 42 150 33 0.72 0 0.78 0.41 115.38 0.64 0.36
Hex 2A 96 21 48 0 4E 29 73 40 24
Octal 52 226 41 110 0 116 51 163 100 44
Binary 101010 10010110 100001 1001000 0 1001110 101001 1110011 1000000 100100

Color Harmonies of #2A9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9621

Black with #2A9621

Text Example


Text Example

White with #2A9621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,150,33); }

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

background-color css

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

 a { background-color: rgb(42,150,33); }

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

border-color css

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

 span { border-color: rgb(42,150,33); }

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