#191B0E

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

Shades of Green Waterloo #191B0E

Tints of Green Waterloo #191B0E

Color information

#191B0E (or 0x191B0E) is unknown color: approx Green Waterloo. HEX triplet: 19, 1B and 0E. RGB value is (25,27,14). Sum of RGB (Red+Green+Blue) = 25+27+14=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 27 - color contains mainly: green. Hex color #191B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B0E is #E6E4F1. Grayscale: #181818. Windows color (decimal): -15131890 or 924441. OLE color: 924441.

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

Color convert

RGB252714-
CMYK0.0700.480.89
HSL69.23º31.71%8.04%-
HSV(B)69.23º48.15%10.59%-
XYZ0.871.020.57-
YUV24.92121.84128.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=37.88%
G=40.91%
B=21.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2527140.0700.480.8969.2331.718.04
Hex191BE70305945208
Octal31331670601311054010
Binary110011101111101110110000101100110001011000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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