#151901

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

Shades of Green Waterloo #151901

Tints of Green Waterloo #151901

Color information

#151901 (or 0x151901) is unknown color: approx Green Waterloo. HEX triplet: 15, 19 and 01. RGB value is (21,25,1). Sum of RGB (Red+Green+Blue) = 21+25+1=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #151901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151901 is #EAE6FE. Grayscale: #151515. Windows color (decimal): -15394559 or 71957. OLE color: 71957.

HSL color Cylindrical-coordinate representation of color #151901: hue angle of 70º degrees, saturation: 0.92, 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 #151901 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB21251-
CMYK0.1600.960.90
HSL70º92.31%5.1%-
HSV(B)70º96%9.8%-
XYZ0.660.860.16-
YUV21.07116.67127.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 25 (10.16% from 255) = 53.19%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=44.68%
G=53.19%
B=2.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal212510.1600.960.907092.315.1
Hex15191100605A465c5
Octal253112001401321061345
Binary101011100111000001100000101101010001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151901; }

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

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

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

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

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

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

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

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