Html Css Color HEX #20750C Forest Green

📋 copy color: '#20750C'

red 32 ◦ green 117 ◦ blue 12

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

Shades of Forest Green #20750C

Tints of Forest Green #20750C

RGB

 RED value IS 32 (12.89% from 255) = 19.88%

 GREEN value IS 117 (46.09% from 255) = 72.67%

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 19.88%
G = 72.67%
B = 7.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#20750C (or 0x20750C) is known color: Forest Green. HEX triplet: 20, 75 and 0C. RGB value is (32,117,12). Sum of RGB (Red+Green+Blue) = 32+117+12=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #20750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20750C is #DF8AF3. Grayscale: #4F4F4F. Windows color (decimal): -14650100 or 816416. OLE color: 816416.

HSL color Cylindrical-coordinate representation of color #20750C: hue angle of 108.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20750C is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 12 -
CMYK 0.73 0 0.90 0.54
HSL 108.57º 0.81% 0.25% -
HSV(B) 108.57º 0.9% 0.46% -
XYZ 7.02 13.06 2.5 -
YUV 79.62 89.84 94.04 -
System Red Green Blue C M Y K H S L
Decimal 32 117 12 0.73 0 0.90 0.54 108.57 0.81 0.25
Hex 20 75 C 49 0 5A 36 6D 51 19
Octal 40 165 14 111 0 132 66 155 121 31
Binary 100000 1110101 1100 1001001 0 1011010 110110 1101101 1010001 11001

Color Harmonies of #20750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20750C

Black with #20750C

Text Example


Text Example

White with #20750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20750C; }

 p { color: rgb(32,117,12); }

 H1.HeaderClassName
 {
   color: #20750C;
 }
 .AnyTagClassName
 {
   color: #20750C;
 }
</style>

background-color css

<style>
 a { background-color: #20750C; }

 a { background-color: rgb(32,117,12); }

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

border-color css

<style>
 span { border-color: #20750C; }

 span { border-color: rgb(32,117,12); }

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