#20240C

Color #20240C Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #20240C

Tints of Green Waterloo #20240C

Color information

#20240C (or 0x20240C) is unknown color: approx Green Waterloo. HEX triplet: 20, 24 and 0C. RGB value is (32,36,12). Sum of RGB (Red+Green+Blue) = 32+36+12=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #20240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20240C is #DFDBF3. Grayscale: #202020. Windows color (decimal): -14670836 or 795680. OLE color: 795680.

HSL color Cylindrical-coordinate representation of color #20240C: hue angle of 70º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20240C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB323612-
CMYK0.1100.670.86
HSL70º50%9.41%-
HSV(B)70º66.67%14.12%-
XYZ1.291.60.59-
YUV32.07116.67127.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 12 (5.08% from 255) = 15%
R=40%
G=45%
B=15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3236120.1100.670.8670509.41
Hex2024CB0435646329
Octal4044141301031261066211
Binary1000001001001100101101000011101011010001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20240C;
 }
 .AnyTagClassName
 {
   color: #20240C;
 }
</style>
background-color css

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

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

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

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

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

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