Html Css Color HEX #191F05 Green Waterloo

📋 copy color: '#191F05'

red 25 ◦ green 31 ◦ blue 5

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

Shades of Green Waterloo #191F05

Tints of Green Waterloo #191F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 50.82%

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 40.98%
G = 50.82%
B = 8.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#191F05 (or 0x191F05) is known color: Green Waterloo. HEX triplet: 19, 1F and 05. RGB value is (25,31,5). Sum of RGB (Red+Green+Blue) = 25+31+5=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #191F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F05 is #E6E0FA. Grayscale: #1A1A1A. Windows color (decimal): -15130875 or 335641. OLE color: 335641.

HSL color Cylindrical-coordinate representation of color #191F05: hue angle of 73.85º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191F05 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 31 5 -
CMYK 0.19 0 0.84 0.88
HSL 73.85º 0.72% 0.07% -
HSV(B) 73.85º 0.84% 0.12% -
XYZ 0.92 1.2 0.33 -
YUV 26.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 25 31 5 0.19 0 0.84 0.88 73.85 0.72 0.07
Hex 19 1F 5 13 0 54 58 4A 48 7
Octal 31 37 5 23 0 124 130 112 110 7
Binary 11001 11111 101 10011 0 1010100 1011000 1001010 1001000 111

Color Harmonies of #191F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F05

Black with #191F05

Text Example


Text Example

White with #191F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,31,5); }

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

background-color css

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

 a { background-color: rgb(25,31,5); }

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

border-color css

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

 span { border-color: rgb(25,31,5); }

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