#191C05

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

Shades of Green Waterloo #191C05

Tints of Green Waterloo #191C05

Color information

#191C05 (or 0x191C05) is unknown color: approx Green Waterloo. HEX triplet: 19, 1C and 05. RGB value is (25,28,5). Sum of RGB (Red+Green+Blue) = 25+28+5=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 28 (11.33% from 255 or 48.28% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 28 - color contains mainly: green. Hex color #191C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C05 is #E6E3FA. Grayscale: #181818. Windows color (decimal): -15131643 or 334873. OLE color: 334873.

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

Color convert

RGB25285-
CMYK0.1100.820.89
HSL67.83º69.7%6.47%-
HSV(B)67.83º82.14%10.98%-
XYZ0.841.050.3-
YUV24.48117.01128.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 28 (11.33% from 255) = 48.28%
BLUE value IS 5 (2.34% from 255) = 8.62%
R=43.10%
G=48.28%
B=8.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252850.1100.820.8967.8369.76.47
Hex191C5B0525944466
Octal313451301221311041066
Binary1100111100101101101010010101100110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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