#015B02

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

Shades of Green #015B02

Tints of Green #015B02

Color information

#015B02 (or 0x015B02) is unknown color: approx Green. HEX triplet: 01, 5B and 02. RGB value is (1,91,2). Sum of RGB (Red+Green+Blue) = 1+91+2=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 91 (35.94% from 255 or 96.81% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 91 - color contains mainly: green. Hex color #015B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015B02 is #FEA4FD. Grayscale: #363636. Windows color (decimal): -16688382 or 154369. OLE color: 154369.

HSL color Cylindrical-coordinate representation of color #015B02: hue angle of 120.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B02 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB1912-
CMYK0.9900.980.64
HSL120.67º97.83%18.04%-
HSV(B)120.67º98.9%35.69%-
XYZ3.767.491.31-
YUV53.9498.6890.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 91 (35.94% from 255) = 96.81%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=1.06%
G=96.81%
B=2.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal19120.9900.980.64120.6797.8318.04
Hex15B26306240796212
Octal11332143014210017114222
Binary110110111011000110110001010000001111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015B02; }

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

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

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

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

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

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

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

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