#191C00

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

Shades of Green Waterloo #191C00

Tints of Green Waterloo #191C00

Color information

#191C00 (or 0x191C00) is unknown color: approx Green Waterloo. HEX triplet: 19, 1C and 00. RGB value is (25,28,0). Sum of RGB (Red+Green+Blue) = 25+28+0=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #191C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C00 is #E6E3FF. Grayscale: #181818. Windows color (decimal): -15131648 or 7193. OLE color: 7193.

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

Color convert

RGB25280-
CMYK0.11010.89
HSL66.43º100%5.49%-
HSV(B)66.43º100%10.98%-
XYZ0.821.040.16-
YUV23.91114.51128.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 28 (11.33% from 255) = 52.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.17%
G=52.83%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252800.11010.8966.431005.49
Hex191C0B0645942645
Octal313401301441311021445
Binary11001111000101101100100101100110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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