Html Css Color HEX #192002 Green Waterloo

📋 copy color: '#192002'

red 25 ◦ green 32 ◦ blue 2

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

Shades of Green Waterloo #192002

Tints of Green Waterloo #192002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 54.24%

 BLUE value IS 2 (1.17% from 255) = 3.39%

R = 42.37%
G = 54.24%
B = 3.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#192002 (or 0x192002) is known color: Green Waterloo. HEX triplet: 19, 20 and 02. RGB value is (25,32,2). Sum of RGB (Red+Green+Blue) = 25+32+2=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #192002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192002 is #E6DFFD. Grayscale: #1A1A1A. Windows color (decimal): -15130622 or 139289. OLE color: 139289.

HSL color Cylindrical-coordinate representation of color #192002: hue angle of 74º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #192002 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 32 2 -
CMYK 0.22 0 0.94 0.87
HSL 74º 0.88% 0.07% -
HSV(B) 74º 0.94% 0.13% -
XYZ 0.93 1.24 0.25 -
YUV 26.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 25 32 2 0.22 0 0.94 0.87 74 0.88 0.07
Hex 19 20 2 16 0 5E 57 4A 58 7
Octal 31 40 2 26 0 136 127 112 130 7
Binary 11001 100000 10 10110 0 1011110 1010111 1001010 1011000 111

Color Harmonies of #192002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192002

Black with #192002

Text Example


Text Example

White with #192002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192002; }

 p { color: rgb(25,32,2); }

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

background-color css

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

 a { background-color: rgb(25,32,2); }

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

border-color css

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

 span { border-color: rgb(25,32,2); }

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