Html Css Color HEX #21A129 Forest Green

📋 copy color: '#21A129'

red 33 ◦ green 161 ◦ blue 41

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

Shades of Forest Green #21A129

Tints of Forest Green #21A129

RGB

 RED value IS 33 (13.28% from 255) = 14.04%

 GREEN value IS 161 (63.28% from 255) = 68.51%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 14.04%
G = 68.51%
B = 17.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#21A129 (or 0x21A129) is known color: Forest Green. HEX triplet: 21, A1 and 29. RGB value is (33,161,41). Sum of RGB (Red+Green+Blue) = 33+161+41=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #21A129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A129 is #DE5ED6. Grayscale: #6D6D6D. Windows color (decimal): -14573271 or 2728225. OLE color: 2728225.

HSL color Cylindrical-coordinate representation of color #21A129: hue angle of 123.75º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A129 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 161 41 -
CMYK 0.80 0 0.75 0.37
HSL 123.75º 0.66% 0.38% -
HSV(B) 123.75º 0.8% 0.63% -
XYZ 13.77 25.97 6.39 -
YUV 109.05 89.59 73.76 -
System Red Green Blue C M Y K H S L
Decimal 33 161 41 0.80 0 0.75 0.37 123.75 0.66 0.38
Hex 21 A1 29 50 0 4B 25 7C 42 26
Octal 41 241 51 120 0 113 45 174 102 46
Binary 100001 10100001 101001 1010000 0 1001011 100101 1111100 1000010 100110

Color Harmonies of #21A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A129

Black with #21A129

Text Example


Text Example

White with #21A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21A129; }

 p { color: rgb(33,161,41); }

 H1.HeaderClassName
 {
   color: #21A129;
 }
 .AnyTagClassName
 {
   color: #21A129;
 }
</style>

background-color css

<style>
 a { background-color: #21A129; }

 a { background-color: rgb(33,161,41); }

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

border-color css

<style>
 span { border-color: #21A129; }

 span { border-color: rgb(33,161,41); }

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