#191F04

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

Shades of Green Waterloo #191F04

Tints of Green Waterloo #191F04

Color information

#191F04 (or 0x191F04) is unknown color: approx Green Waterloo. HEX triplet: 19, 1F and 04. RGB value is (25,31,4). Sum of RGB (Red+Green+Blue) = 25+31+4=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #191F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F04 is #E6E0FB. Grayscale: #1A1A1A. Windows color (decimal): -15130876 or 270105. OLE color: 270105.

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

Color convert

RGB25314-
CMYK0.1900.870.88
HSL73.33º77.14%6.86%-
HSV(B)73.33º87.1%12.16%-
XYZ0.911.20.3-
YUV26.13115.51127.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 51.67%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=41.67%
G=51.67%
B=6.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal253140.1900.870.8873.3377.146.86
Hex191F41305758494d7
Octal313742301271301111157
Binary11001111111001001101010111101100010010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,31,4); }

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

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

 a { background-color: rgb(25,31,4); }

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

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

 span { border-color: rgb(25,31,4); }

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