Html Css Color HEX #015602 Green

📋 copy color: '#015602'

red 1 ◦ green 86 ◦ blue 2

#015602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #015602

Tints of Green #015602

RGB

 RED value IS 1 (0.78% from 255) = 1.12%

 GREEN value IS 86 (33.98% from 255) = 96.63%

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 1.12%
G = 96.63%
B = 2.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#015602 (or 0x015602) is known color: Green. HEX triplet: 01, 56 and 02. RGB value is (1,86,2). Sum of RGB (Red+Green+Blue) = 1+86+2=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 86 (33.98% from 255 or 96.63% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 86 - color contains mainly: green. Hex color #015602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015602 is #FEA9FD. Grayscale: #333333. Windows color (decimal): -16689662 or 153089. OLE color: 153089.

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

Color convert

RGB 1 86 2 -
CMYK 0.99 0 0.98 0.66
HSL 120.71º 0.98% 0.17% -
HSV(B) 120.71º 0.99% 0.34% -
XYZ 3.35 6.67 1.17 -
YUV 51.01 100.34 92.33 -
System Red Green Blue C M Y K H S L
Decimal 1 86 2 0.99 0 0.98 0.66 120.71 0.98 0.17
Hex 1 56 2 63 0 62 42 79 62 11
Octal 1 126 2 143 0 142 102 171 142 21
Binary 1 1010110 10 1100011 0 1100010 1000010 1111001 1100010 10001

Color Harmonies of #015602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015602

Black with #015602

Text Example


Text Example

White with #015602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015602; }

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

 H1.HeaderClassName
 {
   color: #015602;
 }
 .AnyTagClassName
 {
   color: #015602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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