#242814

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

Shades of Green Waterloo #242814

Tints of Green Waterloo #242814

Color information

#242814 (or 0x242814) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 14. RGB value is (36,40,20). Sum of RGB (Red+Green+Blue) = 36+40+20=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #242814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242814 is #DBD7EB. Grayscale: #242424. Windows color (decimal): -14407660 or 1320996. OLE color: 1320996.

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

Color convert

RGB364020-
CMYK0.1000.50.84
HSL72º33.33%11.76%-
HSV(B)72º50%15.69%-
XYZ1.611.940.95-
YUV36.52118.67127.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=37.5%
G=41.67%
B=20.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640200.1000.50.847233.3311.76
Hex242814A032544821c
Octal445024120621241104114
Binary1001001010001010010100110010101010010010001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242814; }

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

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

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

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

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

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

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

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