Html Css Color HEX #20880C Forest Green

📋 copy color: '#20880C'

red 32 ◦ green 136 ◦ blue 12

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

Shades of Forest Green #20880C

Tints of Forest Green #20880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 75.56%

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

R = 17.78%
G = 75.56%
B = 6.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#20880C (or 0x20880C) is known color: Forest Green. HEX triplet: 20, 88 and 0C. RGB value is (32,136,12). Sum of RGB (Red+Green+Blue) = 32+136+12=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 136 (53.52% from 255 or 75.56% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 136 - color contains mainly: green. Hex color #20880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20880C is #DF77F3. Grayscale: #5B5B5B. Windows color (decimal): -14645236 or 821280. OLE color: 821280.

HSL color Cylindrical-coordinate representation of color #20880C: hue angle of 110.32º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20880C is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 136 12 -
CMYK 0.76 0 0.91 0.47
HSL 110.32º 0.84% 0.29% -
HSV(B) 110.32º 0.91% 0.53% -
XYZ 9.47 17.94 3.31 -
YUV 90.77 83.54 86.08 -
System Red Green Blue C M Y K H S L
Decimal 32 136 12 0.76 0 0.91 0.47 110.32 0.84 0.29
Hex 20 88 C 4C 0 5B 2F 6E 54 1D
Octal 40 210 14 114 0 133 57 156 124 35
Binary 100000 10001000 1100 1001100 0 1011011 101111 1101110 1010100 11101

Color Harmonies of #20880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20880C

Black with #20880C

Text Example


Text Example

White with #20880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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