Html Css Color HEX #191C04 Green Waterloo

📋 copy color: '#191C04'

red 25 ◦ green 28 ◦ blue 4

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

Shades of Green Waterloo #191C04

Tints of Green Waterloo #191C04

RGB

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

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

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

R = 43.86%
G = 49.12%
B = 7.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#191C04 (or 0x191C04) is known color: Green Waterloo. HEX triplet: 19, 1C and 04. RGB value is (25,28,4). Sum of RGB (Red+Green+Blue) = 25+28+4=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #191C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C04 is #E6E3FB. Grayscale: #181818. Windows color (decimal): -15131644 or 269337. OLE color: 269337.

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

Color convert

RGB 25 28 4 -
CMYK 0.11 0 0.86 0.89
HSL 67.5º 0.75% 0.06% -
HSV(B) 67.5º 0.86% 0.11% -
XYZ 0.84 1.05 0.27 -
YUV 24.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 25 28 4 0.11 0 0.86 0.89 67.5 0.75 0.06
Hex 19 1C 4 B 0 56 59 44 4B 6
Octal 31 34 4 13 0 126 131 104 113 6
Binary 11001 11100 100 1011 0 1010110 1011001 1000100 1001011 110

Color Harmonies of #191C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191C04

Black with #191C04

Text Example


Text Example

White with #191C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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