#21240C

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

Shades of Green Waterloo #21240C

Tints of Green Waterloo #21240C

Color information

#21240C (or 0x21240C) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 0C. RGB value is (33,36,12). Sum of RGB (Red+Green+Blue) = 33+36+12=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #21240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21240C is #DEDBF3. Grayscale: #202020. Windows color (decimal): -14605300 or 795681. OLE color: 795681.

HSL color Cylindrical-coordinate representation of color #21240C: hue angle of 67.5º 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 #21240C is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB333612-
CMYK0.0800.670.86
HSL67.5º50%9.41%-
HSV(B)67.5º66.67%14.12%-
XYZ1.321.610.59-
YUV32.37116.51128.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 36 (14.45% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=40.74%
G=44.44%
B=14.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336120.0800.670.8667.5509.41
Hex2124C80435644329
Octal4144141001031261046211
Binary1000011001001100100001000011101011010001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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