#242515

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

Shades of Green Waterloo #242515

Tints of Green Waterloo #242515

Color information

#242515 (or 0x242515) is unknown color: approx Green Waterloo. HEX triplet: 24, 25 and 15. RGB value is (36,37,21). Sum of RGB (Red+Green+Blue) = 36+37+21=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #242515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242515 is #DBDAEA. Grayscale: #222222. Windows color (decimal): -14408427 or 1385764. OLE color: 1385764.

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

Color convert

RGB363721-
CMYK0.0300.430.85
HSL63.75º27.59%11.37%-
HSV(B)63.75º43.24%14.51%-
XYZ1.521.750.97-
YUV34.88120.17128.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=38.30%
G=39.36%
B=22.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3637210.0300.430.8563.7527.5911.37
Hex242515302B55401cb
Octal44452530531251003413
Binary1001001001011010111010101110101011000000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242515; }

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

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

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

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

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

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

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

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