Html Css Color HEX #016312 Green

📋 copy color: '#016312'

red 1 ◦ green 99 ◦ blue 18

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

Shades of Green #016312

Tints of Green #016312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 0.85%
G = 83.9%
B = 15.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#016312 (or 0x016312) is known color: Green. HEX triplet: 01, 63 and 12. RGB value is (1,99,18). Sum of RGB (Red+Green+Blue) = 1+99+18=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #016312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016312 is #FE9CED. Grayscale: #3C3C3C. Windows color (decimal): -16686318 or 1204993. OLE color: 1204993.

HSL color Cylindrical-coordinate representation of color #016312: hue angle of 130.41º 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 #016312 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 99 18 -
CMYK 0.99 0 0.82 0.61
HSL 130.41º 0.98% 0.2% -
HSV(B) 130.41º 0.99% 0.39% -
XYZ 4.58 8.97 2.06 -
YUV 60.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 1 99 18 0.99 0 0.82 0.61 130.41 0.98 0.2
Hex 1 63 12 63 0 52 3D 82 62 14
Octal 1 143 22 143 0 122 75 202 142 24
Binary 1 1100011 10010 1100011 0 1010010 111101 10000010 1100010 10100

Color Harmonies of #016312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016312

Black with #016312

Text Example


Text Example

White with #016312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016312; }

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

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

background-color css

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

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

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

border-color css

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

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

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