#191E07

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

Shades of Green Waterloo #191E07

Tints of Green Waterloo #191E07

Color information

#191E07 (or 0x191E07) is unknown color: approx Green Waterloo. HEX triplet: 19, 1E and 07. RGB value is (25,30,7). Sum of RGB (Red+Green+Blue) = 25+30+7=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #191E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E07 is #E6E1F8. Grayscale: #191919. Windows color (decimal): -15131129 or 466457. OLE color: 466457.

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

Color convert

RGB25307-
CMYK0.1700.770.88
HSL73.04º62.16%7.25%-
HSV(B)73.04º76.67%11.76%-
XYZ0.91.150.38-
YUV25.88117.34127.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.32%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 7 (3.12% from 255) = 11.29%
R=40.32%
G=48.39%
B=11.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal253070.1700.770.8873.0462.167.25
Hex191E71104D58493e7
Octal31367210115130111767
Binary1100111110111100010100110110110001001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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