Html Css Color HEX #191B0E Green Waterloo

📋 copy color: '#191B0E'

red 25 ◦ green 27 ◦ blue 14

#191B0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #191B0E

Tints of Green Waterloo #191B0E

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 value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#191B0E (or 0x191B0E) is known color: 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

RGB 25 27 14 -
CMYK 0.07 0 0.48 0.89
HSL 69.23º 0.32% 0.08% -
HSV(B) 69.23º 0.48% 0.11% -
XYZ 0.87 1.02 0.57 -
YUV 24.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 25 27 14 0.07 0 0.48 0.89 69.23 0.32 0.08
Hex 19 1B E 7 0 30 59 45 20 8
Octal 31 33 16 7 0 60 131 105 40 10
Binary 11001 11011 1110 111 0 110000 1011001 1000101 100000 1000

Color Harmonies of #191B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191B0E

Black with #191B0E

Text Example


Text Example

White with #191B0E

Text Example


Text Example

HTML Codes & Css Web 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>