#191E02

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

Shades of Green Waterloo #191E02

Tints of Green Waterloo #191E02

Color information

#191E02 (or 0x191E02) is unknown color: approx Green Waterloo. HEX triplet: 19, 1E and 02. RGB value is (25,30,2). Sum of RGB (Red+Green+Blue) = 25+30+2=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #191E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E02 is #E6E1FD. Grayscale: #191919. Windows color (decimal): -15131134 or 138777. OLE color: 138777.

HSL color Cylindrical-coordinate representation of color #191E02: hue angle of 70.71º 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 #191E02 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB25302-
CMYK0.1700.930.88
HSL70.71º87.5%6.27%-
HSV(B)70.71º93.33%11.76%-
XYZ0.881.140.23-
YUV25.31114.84127.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 30 (12.11% from 255) = 52.63%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=43.86%
G=52.63%
B=3.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal253020.1700.930.8870.7187.56.27
Hex191E21105D5847586
Octal313622101351301071306
Binary1100111110101000101011101101100010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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