#242815

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

Shades of Green Waterloo #242815

Tints of Green Waterloo #242815

Color information

#242815 (or 0x242815) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 15. RGB value is (36,40,21). Sum of RGB (Red+Green+Blue) = 36+40+21=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 40 - color contains mainly: green. Hex color #242815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242815 is #DBD7EA. Grayscale: #242424. Windows color (decimal): -14407659 or 1386532. OLE color: 1386532.

HSL color Cylindrical-coordinate representation of color #242815: hue angle of 72.63º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #242815 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB364021-
CMYK0.1000.480.84
HSL72.63º31.15%11.96%-
HSV(B)72.63º47.5%15.69%-
XYZ1.621.951-
YUV36.64119.17127.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=37.11%
G=41.24%
B=21.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640210.1000.480.8472.6331.1511.96
Hex242815A03054491fc
Octal445025120601241113714
Binary100100101000101011010011000010101001001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242815; }

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

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

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

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

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

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

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

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