#015802

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

Shades of Green #015802

Tints of Green #015802

Color information

#015802 (or 0x015802) is unknown color: approx Green. HEX triplet: 01, 58 and 02. RGB value is (1,88,2). Sum of RGB (Red+Green+Blue) = 1+88+2=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 88 (34.77% from 255 or 96.70% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 88 - color contains mainly: green. Hex color #015802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015802 is #FEA7FD. Grayscale: #343434. Windows color (decimal): -16689150 or 153601. OLE color: 153601.

HSL color Cylindrical-coordinate representation of color #015802: hue angle of 120.69º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015802 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB1882-
CMYK0.9900.980.65
HSL120.69º97.75%17.45%-
HSV(B)120.69º98.86%34.51%-
XYZ3.516.991.22-
YUV52.1899.6891.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 88 (34.77% from 255) = 96.70%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=1.10%
G=96.70%
B=2.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal18820.9900.980.65120.6997.7517.45
Hex15826306241796211
Octal11302143014210117114221
Binary110110001011000110110001010000011111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015802; }

 p { color: rgb(1,88,2); }

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

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

 a { background-color: rgb(1,88,2); }

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

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

 span { border-color: rgb(1,88,2); }

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