#151801

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

Shades of Green Waterloo #151801

Tints of Green Waterloo #151801

Color information

#151801 (or 0x151801) is unknown color: approx Green Waterloo. HEX triplet: 15, 18 and 01. RGB value is (21,24,1). Sum of RGB (Red+Green+Blue) = 21+24+1=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #151801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151801 is #EAE7FE. Grayscale: #141414. Windows color (decimal): -15394815 or 71701. OLE color: 71701.

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

Color convert

RGB21241-
CMYK0.1300.960.91
HSL67.83º92%4.9%-
HSV(B)67.83º95.83%9.41%-
XYZ0.640.810.15-
YUV20.48117.01128.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 45.65%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=45.65%
G=52.17%
B=2.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal212410.1300.960.9167.83924.9
Hex15181D0605B445c5
Octal253011501401331041345
Binary10101110001110101100000101101110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151801; }

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

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

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

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

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

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

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

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