Html Css Color HEX #191C06 Green Waterloo

📋 copy color: '#191C06'

red 25 ◦ green 28 ◦ blue 6

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

Shades of Green Waterloo #191C06

Tints of Green Waterloo #191C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 47.46%

 BLUE value IS 6 (2.73% from 255) = 10.17%

R = 42.37%
G = 47.46%
B = 10.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#191C06 (or 0x191C06) is known color: Green Waterloo. HEX triplet: 19, 1C and 06. RGB value is (25,28,6). Sum of RGB (Red+Green+Blue) = 25+28+6=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #191C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C06 is #E6E3F9. Grayscale: #181818. Windows color (decimal): -15131642 or 400409. OLE color: 400409.

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

Color convert

RGB 25 28 6 -
CMYK 0.11 0 0.79 0.89
HSL 68.18º 0.65% 0.07% -
HSV(B) 68.18º 0.79% 0.11% -
XYZ 0.85 1.05 0.33 -
YUV 24.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 25 28 6 0.11 0 0.79 0.89 68.18 0.65 0.07
Hex 19 1C 6 B 0 4F 59 44 41 7
Octal 31 34 6 13 0 117 131 104 101 7
Binary 11001 11100 110 1011 0 1001111 1011001 1000100 1000001 111

Color Harmonies of #191C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191C06

Black with #191C06

Text Example


Text Example

White with #191C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,28,6); }

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

background-color css

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

 a { background-color: rgb(25,28,6); }

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

border-color css

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

 span { border-color: rgb(25,28,6); }

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