Html Css Color HEX #32952B Forest Green

📋 copy color: '#32952B'

red 50 ◦ green 149 ◦ blue 43

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

Shades of Forest Green #32952B

Tints of Forest Green #32952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 20.66%
G = 61.57%
B = 17.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#32952B (or 0x32952B) is known color: Forest Green. HEX triplet: 32, 95 and 2B. RGB value is (50,149,43). Sum of RGB (Red+Green+Blue) = 50+149+43=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #32952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32952B is #CD6AD4. Grayscale: #6B6B6B. Windows color (decimal): -13462229 or 2856242. OLE color: 2856242.

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

Color convert

RGB 50 149 43 -
CMYK 0.66 0 0.71 0.42
HSL 116.04º 0.55% 0.38% -
HSV(B) 116.04º 0.71% 0.58% -
XYZ 12.5 22.35 5.94 -
YUV 107.32 91.7 87.12 -
System Red Green Blue C M Y K H S L
Decimal 50 149 43 0.66 0 0.71 0.42 116.04 0.55 0.38
Hex 32 95 2B 42 0 47 2A 74 37 26
Octal 62 225 53 102 0 107 52 164 67 46
Binary 110010 10010101 101011 1000010 0 1000111 101010 1110100 110111 100110

Color Harmonies of #32952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32952B

Black with #32952B

Text Example


Text Example

White with #32952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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