#191B0D

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

Shades of Green Waterloo #191B0D

Tints of Green Waterloo #191B0D

Color information

#191B0D (or 0x191B0D) is unknown color: approx Green Waterloo. HEX triplet: 19, 1B and 0D. RGB value is (25,27,13). Sum of RGB (Red+Green+Blue) = 25+27+13=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 27 - color contains mainly: green. Hex color #191B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B0D is #E6E4F2. Grayscale: #181818. Windows color (decimal): -15131891 or 858905. OLE color: 858905.

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

Color convert

RGB252713-
CMYK0.0700.520.89
HSL68.57º35%7.84%-
HSV(B)68.57º51.85%10.59%-
XYZ0.871.020.53-
YUV24.81121.34128.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 38.46%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 13 (5.47% from 255) = 20%
R=38.46%
G=41.54%
B=20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2527130.0700.520.8968.57357.84
Hex191BD70345945238
Octal31331570641311054310
Binary110011101111011110110100101100110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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