#191C01

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

Shades of Green Waterloo #191C01

Tints of Green Waterloo #191C01

Color information

#191C01 (or 0x191C01) is unknown color: approx Green Waterloo. HEX triplet: 19, 1C and 01. RGB value is (25,28,1). Sum of RGB (Red+Green+Blue) = 25+28+1=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #191C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C01 is #E6E3FE. Grayscale: #181818. Windows color (decimal): -15131647 or 72729. OLE color: 72729.

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

Color convert

RGB25281-
CMYK0.1100.960.89
HSL66.67º93.1%5.69%-
HSV(B)66.67º96.43%10.98%-
XYZ0.821.040.19-
YUV24.02115.01128.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=46.30%
G=51.85%
B=1.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252810.1100.960.8966.6793.15.69
Hex191C1B06059435d6
Octal313411301401311031356
Binary11001111001101101100000101100110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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