#191B10

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

Shades of Green Waterloo #191B10

Tints of Green Waterloo #191B10

Color information

#191B10 (or 0x191B10) is unknown color: approx Green Waterloo. HEX triplet: 19, 1B and 10. RGB value is (25,27,16). Sum of RGB (Red+Green+Blue) = 25+27+16=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 27 - color contains mainly: green. Hex color #191B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B10 is #E6E4EF. Grayscale: #191919. Windows color (decimal): -15131888 or 1055513. OLE color: 1055513.

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

Color convert

RGB252716-
CMYK0.0700.410.89
HSL70.91º25.58%8.43%-
HSV(B)70.91º40.74%10.59%-
XYZ0.891.030.64-
YUV25.15122.84127.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.76%
GREEN value IS 27 (10.94% from 255) = 39.71%
BLUE value IS 16 (6.64% from 255) = 23.53%
R=36.76%
G=39.71%
B=23.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2527160.0700.410.8970.9125.588.43
Hex191B10702959471a8
Octal31332070511311073210
Binary110011101110000111010100110110011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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