#191D02

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

Shades of Green Waterloo #191D02

Tints of Green Waterloo #191D02

Color information

#191D02 (or 0x191D02) is unknown color: approx Green Waterloo. HEX triplet: 19, 1D and 02. RGB value is (25,29,2). Sum of RGB (Red+Green+Blue) = 25+29+2=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #191D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D02 is #E6E2FD. Grayscale: #181818. Windows color (decimal): -15131390 or 138521. OLE color: 138521.

HSL color Cylindrical-coordinate representation of color #191D02: hue angle of 68.89º degrees, saturation: 0.87, 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 #191D02 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB25292-
CMYK0.1400.930.89
HSL68.89º87.1%6.08%-
HSV(B)68.89º93.1%11.37%-
XYZ0.851.090.22-
YUV24.73115.17128.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 29 (11.72% from 255) = 51.79%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=44.64%
G=51.79%
B=3.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252920.1400.930.8968.8987.16.08
Hex191D2E05D5945576
Octal313521601351311051276
Binary110011110110111001011101101100110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191D02; }

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

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

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

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

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

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

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

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