Html Css Color HEX #1A2002 Green Waterloo

📋 copy color: '#1A2002'

red 26 ◦ green 32 ◦ blue 2

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

Shades of Green Waterloo #1A2002

Tints of Green Waterloo #1A2002

RGB

 RED value IS 26 (10.55% from 255) = 43.33%

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

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

R = 43.33%
G = 53.33%
B = 3.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#1A2002 (or 0x1A2002) is known color: Green Waterloo. HEX triplet: 1A, 20 and 02. RGB value is (26,32,2). Sum of RGB (Red+Green+Blue) = 26+32+2=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2002 is #E5DFFD. Grayscale: #1A1A1A. Windows color (decimal): -15065086 or 139290. OLE color: 139290.

HSL color Cylindrical-coordinate representation of color #1A2002: hue angle of 72º 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 #1A2002 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 26 32 2 -
CMYK 0.19 0 0.94 0.87
HSL 72º 0.88% 0.07% -
HSV(B) 72º 0.94% 0.13% -
XYZ 0.95 1.26 0.25 -
YUV 26.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 26 32 2 0.19 0 0.94 0.87 72 0.88 0.07
Hex 1A 20 2 13 0 5E 57 48 58 7
Octal 32 40 2 23 0 136 127 110 130 7
Binary 11010 100000 10 10011 0 1011110 1010111 1001000 1011000 111

Color Harmonies of #1A2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2002

Black with #1A2002

Text Example


Text Example

White with #1A2002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A2002; }

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

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

background-color css

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

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

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

border-color css

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

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

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