#15180B

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

Shades of Green Waterloo #15180B

Tints of Green Waterloo #15180B

Color information

#15180B (or 0x15180B) is unknown color: approx Green Waterloo. HEX triplet: 15, 18 and 0B. RGB value is (21,24,11). Sum of RGB (Red+Green+Blue) = 21+24+11=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #15180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15180B is #EAE7F4. Grayscale: #151515. Windows color (decimal): -15394805 or 727061. OLE color: 727061.

HSL color Cylindrical-coordinate representation of color #15180B: hue angle of 73.85º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15180B is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB212411-
CMYK0.1300.540.91
HSL73.85º37.14%6.86%-
HSV(B)73.85º54.17%9.41%-
XYZ0.70.840.44-
YUV21.62122.01127.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=37.5%
G=42.86%
B=19.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2124110.1300.540.9173.8537.146.86
Hex1518BD0365B4a257
Octal25301315066133112457
Binary101011100010111101011011010110111001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15180B; }

 p { color: rgb(21,24,11); }

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

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

 a { background-color: rgb(21,24,11); }

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

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

 span { border-color: rgb(21,24,11); }

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