Html Css Color HEX #32953B Forest Green

📋 copy color: '#32953B'

red 50 ◦ green 149 ◦ blue 59

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

Shades of Forest Green #32953B

Tints of Forest Green #32953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.75%

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 19.38%
G = 57.75%
B = 22.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#32953B (or 0x32953B) is known color: Forest Green. HEX triplet: 32, 95 and 3B. RGB value is (50,149,59). Sum of RGB (Red+Green+Blue) = 50+149+59=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #32953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32953B is #CD6AC4. Grayscale: #6D6D6D. Windows color (decimal): -13462213 or 3904818. OLE color: 3904818.

HSL color Cylindrical-coordinate representation of color #32953B: hue angle of 125.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32953B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 59 -
CMYK 0.66 0 0.60 0.42
HSL 125.45º 0.5% 0.39% -
HSV(B) 125.45º 0.66% 0.58% -
XYZ 12.85 22.49 7.8 -
YUV 109.14 99.7 85.82 -
System Red Green Blue C M Y K H S L
Decimal 50 149 59 0.66 0 0.60 0.42 125.45 0.5 0.39
Hex 32 95 3B 42 0 3C 2A 7D 32 27
Octal 62 225 73 102 0 74 52 175 62 47
Binary 110010 10010101 111011 1000010 0 111100 101010 1111101 110010 100111

Color Harmonies of #32953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32953B

Black with #32953B

Text Example


Text Example

White with #32953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32953B; }

 p { color: rgb(50,149,59); }

 H1.HeaderClassName
 {
   color: #32953B;
 }
 .AnyTagClassName
 {
   color: #32953B;
 }
</style>

background-color css

<style>
 a { background-color: #32953B; }

 a { background-color: rgb(50,149,59); }

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

border-color css

<style>
 span { border-color: #32953B; }

 span { border-color: rgb(50,149,59); }

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