#1A1F02

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

Shades of Green Waterloo #1A1F02

Tints of Green Waterloo #1A1F02

Color information

#1A1F02 (or 0x1A1F02) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1F and 02. RGB value is (26,31,2). Sum of RGB (Red+Green+Blue) = 26+31+2=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F02 is #E5E0FD. Grayscale: #1A1A1A. Windows color (decimal): -15065342 or 139034. OLE color: 139034.

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

Color convert

RGB26312-
CMYK0.1600.940.88
HSL70.34º87.88%6.47%-
HSV(B)70.34º93.55%12.16%-
XYZ0.931.20.24-
YUV26.2114.34127.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=44.07%
G=52.54%
B=3.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal263120.1600.940.8870.3487.886.47
Hex1A1F21005E5846586
Octal323722001361301061306
Binary1101011111101000001011110101100010001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,31,2); }

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

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

 a { background-color: rgb(26,31,2); }

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

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

 span { border-color: rgb(26,31,2); }

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