#151800

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

Shades of Green Waterloo #151800

Tints of Green Waterloo #151800

Color information

#151800 (or 0x151800) is unknown color: approx Green Waterloo. HEX triplet: 15, 18 and 00. RGB value is (21,24,0). Sum of RGB (Red+Green+Blue) = 21+24+0=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #151800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151800 is #EAE7FF. Grayscale: #141414. Windows color (decimal): -15394816 or 6165. OLE color: 6165.

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

Color convert

RGB21240-
CMYK0.13010.91
HSL67.5º100%4.71%-
HSV(B)67.5º100%9.41%-
XYZ0.640.810.12-
YUV20.37116.51128.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.67%
G=53.33%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal212400.13010.9167.51004.71
Hex15180D0645B44645
Octal253001501441331041445
Binary10101110000110101100100101101110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151800; }

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

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

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

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

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

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

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

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