#242804

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

Shades of Green Waterloo #242804

Tints of Green Waterloo #242804

Color information

#242804 (or 0x242804) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 04. RGB value is (36,40,4). Sum of RGB (Red+Green+Blue) = 36+40+4=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #242804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242804 is #DBD7FB. Grayscale: #222222. Windows color (decimal): -14407676 or 272420. OLE color: 272420.

HSL color Cylindrical-coordinate representation of color #242804: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #242804 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB36404-
CMYK0.1000.900.84
HSL66.67º81.82%8.63%-
HSV(B)66.67º90%15.69%-
XYZ1.511.90.4-
YUV34.7110.67128.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 5%
R=45%
G=50%
B=5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal364040.1000.900.8466.6781.828.63
Hex24284A05A5443529
Octal4450412013212410312211
Binary1001001010001001010010110101010100100001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242804; }

 p { color: rgb(36,40,4); }

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

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

 a { background-color: rgb(36,40,4); }

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

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

 span { border-color: rgb(36,40,4); }

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