#141802

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

Shades of Green Waterloo #141802

Tints of Green Waterloo #141802

Color information

#141802 (or 0x141802) is unknown color: approx Green Waterloo. HEX triplet: 14, 18 and 02. RGB value is (20,24,2). Sum of RGB (Red+Green+Blue) = 20+24+2=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #141802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141802 is #EBE7FD. Grayscale: #141414. Windows color (decimal): -15460350 or 137236. OLE color: 137236.

HSL color Cylindrical-coordinate representation of color #141802: hue angle of 70.91º 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 #141802 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB20242-
CMYK0.1700.920.91
HSL70.91º84.62%5.1%-
HSV(B)70.91º91.67%9.41%-
XYZ0.630.810.18-
YUV20.3117.67127.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=43.48%
G=52.17%
B=4.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202420.1700.920.9170.9184.625.1
Hex141821105C5B47555
Octal243022101341331071255
Binary1010011000101000101011100101101110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141802; }

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

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

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

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

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

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

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

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