#131802

Color #131802 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #131802

Tints of Green Waterloo #131802

Color information

#131802 (or 0x131802) is unknown color: approx Green Waterloo. HEX triplet: 13, 18 and 02. RGB value is (19,24,2). Sum of RGB (Red+Green+Blue) = 19+24+2=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #131802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131802 is #ECE7FD. Grayscale: #141414. Windows color (decimal): -15525886 or 137235. OLE color: 137235.

HSL color Cylindrical-coordinate representation of color #131802: hue angle of 73.64º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131802 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB19242-
CMYK0.2100.920.91
HSL73.64º84.62%5.1%-
HSV(B)73.64º91.67%9.41%-
XYZ0.610.80.18-
YUV20117.84127.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=42.22%
G=53.33%
B=4.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192420.2100.920.9173.6484.625.1
Hex131821505C5B4a555
Octal233022501341331121255
Binary1001111000101010101011100101101110010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131802; }

 p { color: rgb(19,24,2); }

 H1.HeaderClassName
 {
   color: #131802;
 }
 .AnyTagClassName
 {
   color: #131802;
 }
</style>
background-color css

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

 a { background-color: rgb(19,24,2); }

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

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

 span { border-color: rgb(19,24,2); }

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