#015202

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

Shades of Green #015202

Tints of Green #015202

Color information

#015202 (or 0x015202) is unknown color: approx Green. HEX triplet: 01, 52 and 02. RGB value is (1,82,2). Sum of RGB (Red+Green+Blue) = 1+82+2=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 82 (32.42% from 255 or 96.47% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 82 - color contains mainly: green. Hex color #015202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015202 is #FEADFD. Grayscale: #303030. Windows color (decimal): -16690686 or 152065. OLE color: 152065.

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

Color convert

RGB1822-
CMYK0.9900.980.68
HSL120.74º97.59%16.27%-
HSV(B)120.74º98.78%32.16%-
XYZ3.046.051.06-
YUV48.66101.6694-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 82 (32.42% from 255) = 96.47%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=1.18%
G=96.47%
B=2.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal18220.9900.980.68120.7497.5916.27
Hex15226306244796210
Octal11222143014210417114220
Binary110100101011000110110001010001001111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015202; }

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

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

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

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

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

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

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

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