#191E06

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

Shades of Green Waterloo #191E06

Tints of Green Waterloo #191E06

Color information

#191E06 (or 0x191E06) is unknown color: approx Green Waterloo. HEX triplet: 19, 1E and 06. RGB value is (25,30,6). Sum of RGB (Red+Green+Blue) = 25+30+6=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #191E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E06 is #E6E1F9. Grayscale: #191919. Windows color (decimal): -15131130 or 400921. OLE color: 400921.

HSL color Cylindrical-coordinate representation of color #191E06: hue angle of 72.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191E06 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB25306-
CMYK0.1700.800.88
HSL72.5º66.67%7.06%-
HSV(B)72.5º80%11.76%-
XYZ0.91.150.35-
YUV25.77116.84127.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.98%
GREEN value IS 30 (12.11% from 255) = 49.18%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=40.98%
G=49.18%
B=9.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal253060.1700.800.8872.566.677.06
Hex191E6110505848437
Octal313662101201301101037
Binary11001111101101000101010000101100010010001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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