#151802

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

Shades of Green Waterloo #151802

Tints of Green Waterloo #151802

Color information

#151802 (or 0x151802) is unknown color: approx Green Waterloo. HEX triplet: 15, 18 and 02. RGB value is (21,24,2). Sum of RGB (Red+Green+Blue) = 21+24+2=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #151802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151802 is #EAE7FD. Grayscale: #141414. Windows color (decimal): -15394814 or 137237. OLE color: 137237.

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

Color convert

RGB21242-
CMYK0.1300.920.91
HSL68.18º84.62%5.1%-
HSV(B)68.18º91.67%9.41%-
XYZ0.650.820.18-
YUV20.6117.51128.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=44.68%
G=51.06%
B=4.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal212420.1300.920.9168.1884.625.1
Hex15182D05C5B44555
Octal253021501341331041255
Binary101011100010110101011100101101110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151802; }

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

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

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

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

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

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

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

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