Html Css Color HEX #33A420 Forest Green

📋 copy color: '#33A420'

red 51 ◦ green 164 ◦ blue 32

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

Shades of Forest Green #33A420

Tints of Forest Green #33A420

RGB

 RED value IS 51 (20.31% from 255) = 20.65%

 GREEN value IS 164 (64.45% from 255) = 66.4%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 20.65%
G = 66.4%
B = 12.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#33A420 (or 0x33A420) is known color: Forest Green. HEX triplet: 33, A4 and 20. RGB value is (51,164,32). Sum of RGB (Red+Green+Blue) = 51+164+32=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 164 (64.45% from 255 or 66.40% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 164 - color contains mainly: green. Hex color #33A420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A420 is #CC5BDF. Grayscale: #737373. Windows color (decimal): -13392864 or 2139187. OLE color: 2139187.

HSL color Cylindrical-coordinate representation of color #33A420: hue angle of 111.36º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33A420 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 164 32 -
CMYK 0.69 0 0.80 0.36
HSL 111.36º 0.67% 0.38% -
HSV(B) 111.36º 0.8% 0.64% -
XYZ 14.9 27.36 5.86 -
YUV 115.17 81.06 82.23 -
System Red Green Blue C M Y K H S L
Decimal 51 164 32 0.69 0 0.80 0.36 111.36 0.67 0.38
Hex 33 A4 20 45 0 50 24 6F 43 26
Octal 63 244 40 105 0 120 44 157 103 46
Binary 110011 10100100 100000 1000101 0 1010000 100100 1101111 1000011 100110

Color Harmonies of #33A420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A420

Black with #33A420

Text Example


Text Example

White with #33A420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A420; }

 p { color: rgb(51,164,32); }

 H1.HeaderClassName
 {
   color: #33A420;
 }
 .AnyTagClassName
 {
   color: #33A420;
 }
</style>

background-color css

<style>
 a { background-color: #33A420; }

 a { background-color: rgb(51,164,32); }

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

border-color css

<style>
 span { border-color: #33A420; }

 span { border-color: rgb(51,164,32); }

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