Html Css Color HEX #32A129 Forest Green

📋 copy color: '#32A129'

red 50 ◦ green 161 ◦ blue 41

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

Shades of Forest Green #32A129

Tints of Forest Green #32A129

RGB

 RED value IS 50 (19.92% from 255) = 19.84%

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

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

R = 19.84%
G = 63.89%
B = 16.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#32A129 (or 0x32A129) is known color: Forest Green. HEX triplet: 32, A1 and 29. RGB value is (50,161,41). Sum of RGB (Red+Green+Blue) = 50+161+41=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 161 (63.28% from 255 or 63.89% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 161 - color contains mainly: green. Hex color #32A129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A129 is #CD5ED6. Grayscale: #727272. Windows color (decimal): -13459159 or 2728242. OLE color: 2728242.

HSL color Cylindrical-coordinate representation of color #32A129: hue angle of 115.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32A129 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 161 41 -
CMYK 0.69 0 0.75 0.37
HSL 115.5º 0.59% 0.4% -
HSV(B) 115.5º 0.75% 0.63% -
XYZ 14.46 26.33 6.42 -
YUV 114.13 86.73 82.26 -
System Red Green Blue C M Y K H S L
Decimal 50 161 41 0.69 0 0.75 0.37 115.5 0.59 0.4
Hex 32 A1 29 45 0 4B 25 74 3B 28
Octal 62 241 51 105 0 113 45 164 73 50
Binary 110010 10100001 101001 1000101 0 1001011 100101 1110100 111011 101000

Color Harmonies of #32A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A129

Black with #32A129

Text Example


Text Example

White with #32A129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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