#191C0D

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

Shades of Green Waterloo #191C0D

Tints of Green Waterloo #191C0D

Color information

#191C0D (or 0x191C0D) is unknown color: approx Green Waterloo. HEX triplet: 19, 1C and 0D. RGB value is (25,28,13). Sum of RGB (Red+Green+Blue) = 25+28+13=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #191C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C0D is #E6E3F2. Grayscale: #191919. Windows color (decimal): -15131635 or 859161. OLE color: 859161.

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

Color convert

RGB252813-
CMYK0.1100.540.89
HSL72º36.59%8.04%-
HSV(B)72º53.57%10.98%-
XYZ0.891.070.54-
YUV25.39121.01127.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=37.88%
G=42.42%
B=19.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2528130.1100.540.897236.598.04
Hex191CDB0365948258
Octal313415130661311104510
Binary1100111100110110110110110101100110010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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