#1B1E02

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

Shades of Green Waterloo #1B1E02

Tints of Green Waterloo #1B1E02

Color information

#1B1E02 (or 0x1B1E02) is unknown color: approx Green Waterloo. HEX triplet: 1B, 1E and 02. RGB value is (27,30,2). Sum of RGB (Red+Green+Blue) = 27+30+2=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E02 is #E4E1FD. Grayscale: #1A1A1A. Windows color (decimal): -15000062 or 138779. OLE color: 138779.

HSL color Cylindrical-coordinate representation of color #1B1E02: hue angle of 66.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B1E02 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB27302-
CMYK0.1000.930.88
HSL66.43º87.5%6.27%-
HSV(B)66.43º93.33%11.76%-
XYZ0.931.170.23-
YUV25.91114.51128.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45.76%
GREEN value IS 30 (12.11% from 255) = 50.85%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=45.76%
G=50.85%
B=3.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal273020.1000.930.8866.4387.56.27
Hex1B1E2A05D5842586
Octal333621201351301021306
Binary110111111010101001011101101100010000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1E02; }

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

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

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

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

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

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

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

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