#191B12

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

Shades of Green Waterloo #191B12

Tints of Green Waterloo #191B12

Color information

#191B12 (or 0x191B12) is unknown color: approx Green Waterloo. HEX triplet: 19, 1B and 12. RGB value is (25,27,18). Sum of RGB (Red+Green+Blue) = 25+27+18=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #191B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B12 is #E6E4ED. Grayscale: #191919. Windows color (decimal): -15131886 or 1186585. OLE color: 1186585.

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

Color convert

RGB252718-
CMYK0.0700.330.89
HSL73.33º20%8.82%-
HSV(B)73.33º33.33%10.59%-
XYZ0.91.030.72-
YUV25.38123.84127.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=35.71%
G=38.57%
B=25.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2527180.0700.330.8973.33208.82
Hex191B1270215949149
Octal31332270411311112411
Binary110011101110010111010000110110011001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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