#242805

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

Shades of Green Waterloo #242805

Tints of Green Waterloo #242805

Color information

#242805 (or 0x242805) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 05. RGB value is (36,40,5). Sum of RGB (Red+Green+Blue) = 36+40+5=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #242805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242805 is #DBD7FA. Grayscale: #222222. Windows color (decimal): -14407675 or 337956. OLE color: 337956.

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

Color convert

RGB36405-
CMYK0.1000.880.84
HSL66.86º77.78%8.82%-
HSV(B)66.86º87.5%15.69%-
XYZ1.511.90.43-
YUV34.81111.17128.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=44.44%
G=49.38%
B=6.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal364050.1000.880.8466.8677.788.82
Hex24285A05854434e9
Octal4450512013012410311611
Binary1001001010001011010010110001010100100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242805; }

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

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

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

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

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

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

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

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