Html Css Color HEX #191F04 Green Waterloo

📋 copy color: '#191F04'

red 25 ◦ green 31 ◦ blue 4

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

Shades of Green Waterloo #191F04

Tints of Green Waterloo #191F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 41.67%
G = 51.67%
B = 6.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#191F04 (or 0x191F04) is known color: Green Waterloo. HEX triplet: 19, 1F and 04. RGB value is (25,31,4). Sum of RGB (Red+Green+Blue) = 25+31+4=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #191F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F04 is #E6E0FB. Grayscale: #1A1A1A. Windows color (decimal): -15130876 or 270105. OLE color: 270105.

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

Color convert

RGB 25 31 4 -
CMYK 0.19 0 0.87 0.88
HSL 73.33º 0.77% 0.07% -
HSV(B) 73.33º 0.87% 0.12% -
XYZ 0.91 1.2 0.3 -
YUV 26.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 25 31 4 0.19 0 0.87 0.88 73.33 0.77 0.07
Hex 19 1F 4 13 0 57 58 49 4D 7
Octal 31 37 4 23 0 127 130 111 115 7
Binary 11001 11111 100 10011 0 1010111 1011000 1001001 1001101 111

Color Harmonies of #191F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F04

Black with #191F04

Text Example


Text Example

White with #191F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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