#151A01

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

Shades of Green Waterloo #151A01

Tints of Green Waterloo #151A01

Color information

#151A01 (or 0x151A01) is unknown color: approx Green Waterloo. HEX triplet: 15, 1A and 01. RGB value is (21,26,1). Sum of RGB (Red+Green+Blue) = 21+26+1=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #151A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151A01 is #EAE5FE. Grayscale: #151515. Windows color (decimal): -15394303 or 72213. OLE color: 72213.

HSL color Cylindrical-coordinate representation of color #151A01: hue angle of 72º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #151A01 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB21261-
CMYK0.1900.960.90
HSL72º92.59%5.29%-
HSV(B)72º96.15%10.2%-
XYZ0.680.90.17-
YUV21.65116.34127.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 26 (10.55% from 255) = 54.17%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=43.75%
G=54.17%
B=2.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal212610.1900.960.907292.595.29
Hex151A1130605A485d5
Octal253212301401321101355
Binary101011101011001101100000101101010010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A01; }

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

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

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

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

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

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

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

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