#21240A

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

Shades of Green Waterloo #21240A

Tints of Green Waterloo #21240A

Color information

#21240A (or 0x21240A) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 0A. RGB value is (33,36,10). Sum of RGB (Red+Green+Blue) = 33+36+10=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #21240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21240A is #DEDBF5. Grayscale: #202020. Windows color (decimal): -14605302 or 664609. OLE color: 664609.

HSL color Cylindrical-coordinate representation of color #21240A: hue angle of 66.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21240A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB333610-
CMYK0.0800.720.86
HSL66.92º56.52%9.02%-
HSV(B)66.92º72.22%14.12%-
XYZ1.311.610.53-
YUV32.14115.51128.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=41.77%
G=45.57%
B=12.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336100.0800.720.8666.9256.529.02
Hex2124A80485643399
Octal4144121001101261037111
Binary1000011001001010100001001000101011010000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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