Html Css Color HEX #32952D Forest Green

📋 copy color: '#32952D'

red 50 ◦ green 149 ◦ blue 45

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

Shades of Forest Green #32952D

Tints of Forest Green #32952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 20.49%
G = 61.07%
B = 18.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#32952D (or 0x32952D) is known color: Forest Green. HEX triplet: 32, 95 and 2D. RGB value is (50,149,45). Sum of RGB (Red+Green+Blue) = 50+149+45=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #32952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32952D is #CD6AD2. Grayscale: #6B6B6B. Windows color (decimal): -13462227 or 2987314. OLE color: 2987314.

HSL color Cylindrical-coordinate representation of color #32952D: hue angle of 117.12º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32952D is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 45 -
CMYK 0.66 0 0.70 0.42
HSL 117.12º 0.54% 0.38% -
HSV(B) 117.12º 0.7% 0.58% -
XYZ 12.54 22.36 6.14 -
YUV 107.54 92.7 86.96 -
System Red Green Blue C M Y K H S L
Decimal 50 149 45 0.66 0 0.70 0.42 117.12 0.54 0.38
Hex 32 95 2D 42 0 46 2A 75 36 26
Octal 62 225 55 102 0 106 52 165 66 46
Binary 110010 10010101 101101 1000010 0 1000110 101010 1110101 110110 100110

Color Harmonies of #32952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32952D

Black with #32952D

Text Example


Text Example

White with #32952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32952D; }

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

 H1.HeaderClassName
 {
   color: #32952D;
 }
 .AnyTagClassName
 {
   color: #32952D;
 }
</style>

background-color css

<style>
 a { background-color: #32952D; }

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

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

border-color css

<style>
 span { border-color: #32952D; }

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

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