#191C04

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

Shades of Green Waterloo #191C04

Tints of Green Waterloo #191C04

Color information

#191C04 (or 0x191C04) is unknown color: approx Green Waterloo. HEX triplet: 19, 1C and 04. RGB value is (25,28,4). Sum of RGB (Red+Green+Blue) = 25+28+4=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #191C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C04 is #E6E3FB. Grayscale: #181818. Windows color (decimal): -15131644 or 269337. OLE color: 269337.

HSL color Cylindrical-coordinate representation of color #191C04: hue angle of 67.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191C04 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB25284-
CMYK0.1100.860.89
HSL67.5º75%6.27%-
HSV(B)67.5º85.71%10.98%-
XYZ0.841.050.27-
YUV24.37116.51128.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 28 (11.33% from 255) = 49.12%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=43.86%
G=49.12%
B=7.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252840.1100.860.8967.5756.27
Hex191C4B05659444b6
Octal313441301261311041136
Binary1100111100100101101010110101100110001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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