#242514

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

Shades of Green Waterloo #242514

Tints of Green Waterloo #242514

Color information

#242514 (or 0x242514) is unknown color: approx Green Waterloo. HEX triplet: 24, 25 and 14. RGB value is (36,37,20). Sum of RGB (Red+Green+Blue) = 36+37+20=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #242514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242514 is #DBDAEB. Grayscale: #222222. Windows color (decimal): -14408428 or 1320228. OLE color: 1320228.

HSL color Cylindrical-coordinate representation of color #242514: hue angle of 63.53º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #242514 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB363720-
CMYK0.0300.460.85
HSL63.53º29.82%11.18%-
HSV(B)63.53º45.95%14.51%-
XYZ1.521.750.92-
YUV34.76119.67128.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=38.71%
G=39.78%
B=21.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3637200.0300.460.8563.5329.8211.18
Hex242514302E55401eb
Octal44452430561251003613
Binary1001001001011010011010111010101011000000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242514; }

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

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

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

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

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

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

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

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