Html Css Color HEX #015802 Green

📋 copy color: '#015802'

red 1 ◦ green 88 ◦ blue 2

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

Shades of Green #015802

Tints of Green #015802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 96.7%

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

R = 1.1%
G = 96.7%
B = 2.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#015802 (or 0x015802) is known color: 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

RGB 1 88 2 -
CMYK 0.99 0 0.98 0.65
HSL 120.69º 0.98% 0.17% -
HSV(B) 120.69º 0.99% 0.35% -
XYZ 3.51 6.99 1.22 -
YUV 52.18 99.68 91.49 -
System Red Green Blue C M Y K H S L
Decimal 1 88 2 0.99 0 0.98 0.65 120.69 0.98 0.17
Hex 1 58 2 63 0 62 41 79 62 11
Octal 1 130 2 143 0 142 101 171 142 21
Binary 1 1011000 10 1100011 0 1100010 1000001 1111001 1100010 10001

Color Harmonies of #015802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015802

Black with #015802

Text Example


Text Example

White with #015802

Text Example


Text Example

HTML Codes & Css Web 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>