#242718

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

Shades of Green Waterloo #242718

Tints of Green Waterloo #242718

Color information

#242718 (or 0x242718) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 18. RGB value is (36,39,24). Sum of RGB (Red+Green+Blue) = 36+39+24=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 39 - color contains mainly: green. Hex color #242718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242718 is #DBD8E7. Grayscale: #242424. Windows color (decimal): -14407912 or 1582884. OLE color: 1582884.

HSL color Cylindrical-coordinate representation of color #242718: hue angle of 72º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #242718 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB363924-
CMYK0.0800.380.85
HSL72º23.81%12.35%-
HSV(B)72º38.46%15.29%-
XYZ1.621.891.14-
YUV36.39121.01127.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=36.36%
G=39.39%
B=24.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3639240.0800.380.857223.8112.35
Hex2427188026554818c
Octal444730100461251103014
Binary100100100111110001000010011010101011001000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242718; }

 p { color: rgb(36,39,24); }

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

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

 a { background-color: rgb(36,39,24); }

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

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

 span { border-color: rgb(36,39,24); }

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