#151902

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

Shades of Green Waterloo #151902

Tints of Green Waterloo #151902

Color information

#151902 (or 0x151902) is unknown color: approx Green Waterloo. HEX triplet: 15, 19 and 02. RGB value is (21,25,2). Sum of RGB (Red+Green+Blue) = 21+25+2=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #151902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151902 is #EAE6FD. Grayscale: #151515. Windows color (decimal): -15394558 or 137493. OLE color: 137493.

HSL color Cylindrical-coordinate representation of color #151902: hue angle of 70.43º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151902 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB21252-
CMYK0.1600.920.90
HSL70.43º85.19%5.29%-
HSV(B)70.43º92%9.8%-
XYZ0.670.860.19-
YUV21.18117.17127.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 25 (10.16% from 255) = 52.08%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=43.75%
G=52.08%
B=4.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal212520.1600.920.9070.4385.195.29
Hex151921005C5A46555
Octal253122001341321061255
Binary1010111001101000001011100101101010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151902; }

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

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

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

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

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

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

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

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