#151B02

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

Shades of Green Waterloo #151B02

Tints of Green Waterloo #151B02

Color information

#151B02 (or 0x151B02) is unknown color: approx Green Waterloo. HEX triplet: 15, 1B and 02. RGB value is (21,27,2). Sum of RGB (Red+Green+Blue) = 21+27+2=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #151B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151B02 is #EAE4FD. Grayscale: #161616. Windows color (decimal): -15394046 or 138005. OLE color: 138005.

HSL color Cylindrical-coordinate representation of color #151B02: hue angle of 74.4º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #151B02 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB21272-
CMYK0.2200.930.89
HSL74.4º86.21%5.69%-
HSV(B)74.4º92.59%10.59%-
XYZ0.710.950.2-
YUV22.36116.51127.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 27 (10.94% from 255) = 54%
BLUE value IS 2 (1.17% from 255) = 4%
R=42%
G=54%
B=4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal212720.2200.930.8974.486.215.69
Hex151B21605D594a566
Octal253322601351311121266
Binary1010111011101011001011101101100110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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