Html Css Color HEX #016302 Green

📋 copy color: '#016302'

red 1 ◦ green 99 ◦ blue 2

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

Shades of Green #016302

Tints of Green #016302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 97.06%

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

R = 0.98%
G = 97.06%
B = 1.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#016302 (or 0x016302) is known color: Green. HEX triplet: 01, 63 and 02. RGB value is (1,99,2). Sum of RGB (Red+Green+Blue) = 1+99+2=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 99 (39.06% from 255 or 97.06% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 99 - color contains mainly: green. Hex color #016302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016302 is #FE9CFD. Grayscale: #3A3A3A. Windows color (decimal): -16686334 or 156417. OLE color: 156417.

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

Color convert

RGB 1 99 2 -
CMYK 0.99 0 0.98 0.61
HSL 120.61º 0.98% 0.2% -
HSV(B) 120.61º 0.99% 0.39% -
XYZ 4.49 8.93 1.55 -
YUV 58.64 96.03 86.89 -
System Red Green Blue C M Y K H S L
Decimal 1 99 2 0.99 0 0.98 0.61 120.61 0.98 0.2
Hex 1 63 2 63 0 62 3D 79 62 14
Octal 1 143 2 143 0 142 75 171 142 24
Binary 1 1100011 10 1100011 0 1100010 111101 1111001 1100010 10100

Color Harmonies of #016302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016302

Black with #016302

Text Example


Text Example

White with #016302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016302; }

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

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

background-color css

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

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

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

border-color css

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

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

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