Html Css Color HEX #191B11 Green Waterloo

📋 copy color: '#191B11'

red 25 ◦ green 27 ◦ blue 17

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

Shades of Green Waterloo #191B11

Tints of Green Waterloo #191B11

RGB

 RED value IS 25 (10.16% from 255) = 36.23%

 GREEN value IS 27 (10.94% from 255) = 39.13%

 BLUE value IS 17 (7.03% from 255) = 24.64%

R = 36.23%
G = 39.13%
B = 24.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#191B11 (or 0x191B11) is known color: Green Waterloo. HEX triplet: 19, 1B and 11. RGB value is (25,27,17). Sum of RGB (Red+Green+Blue) = 25+27+17=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 27 - color contains mainly: green. Hex color #191B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B11 is #E6E4EE. Grayscale: #191919. Windows color (decimal): -15131887 or 1121049. OLE color: 1121049.

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

Color convert

RGB 25 27 17 -
CMYK 0.07 0 0.37 0.89
HSL 72º 0.23% 0.09% -
HSV(B) 72º 0.37% 0.11% -
XYZ 0.89 1.03 0.68 -
YUV 25.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 25 27 17 0.07 0 0.37 0.89 72 0.23 0.09
Hex 19 1B 11 7 0 25 59 48 17 9
Octal 31 33 21 7 0 45 131 110 27 11
Binary 11001 11011 10001 111 0 100101 1011001 1001000 10111 1001

Color Harmonies of #191B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191B11

Black with #191B11

Text Example


Text Example

White with #191B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #191B11;
 }
 .AnyTagClassName
 {
   color: #191B11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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