Html Css Color HEX #191E04 Green Waterloo

📋 copy color: '#191E04'

red 25 ◦ green 30 ◦ blue 4

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

Shades of Green Waterloo #191E04

Tints of Green Waterloo #191E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 50.85%

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

R = 42.37%
G = 50.85%
B = 6.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#191E04 (or 0x191E04) is known color: Green Waterloo. HEX triplet: 19, 1E and 04. RGB value is (25,30,4). Sum of RGB (Red+Green+Blue) = 25+30+4=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #191E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E04 is #E6E1FB. Grayscale: #191919. Windows color (decimal): -15131132 or 269849. OLE color: 269849.

HSL color Cylindrical-coordinate representation of color #191E04: hue angle of 71.54º degrees, saturation: 0.76, 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 #191E04 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 30 4 -
CMYK 0.17 0 0.87 0.88
HSL 71.54º 0.76% 0.07% -
HSV(B) 71.54º 0.87% 0.12% -
XYZ 0.89 1.14 0.29 -
YUV 25.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 25 30 4 0.17 0 0.87 0.88 71.54 0.76 0.07
Hex 19 1E 4 11 0 57 58 48 4C 7
Octal 31 36 4 21 0 127 130 110 114 7
Binary 11001 11110 100 10001 0 1010111 1011000 1001000 1001100 111

Color Harmonies of #191E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191E04

Black with #191E04

Text Example


Text Example

White with #191E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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