Html Css Color HEX #016308 Green

📋 copy color: '#016308'

red 1 ◦ green 99 ◦ blue 8

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

Shades of Green #016308

Tints of Green #016308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.41%

R = 0.93%
G = 91.67%
B = 7.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#016308 (or 0x016308) is known color: Green. HEX triplet: 01, 63 and 08. RGB value is (1,99,8). Sum of RGB (Red+Green+Blue) = 1+99+8=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 99 (39.06% from 255 or 91.67% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 99 - color contains mainly: green. Hex color #016308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016308 is #FE9CF7. Grayscale: #3B3B3B. Windows color (decimal): -16686328 or 549633. OLE color: 549633.

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

Color convert

RGB 1 99 8 -
CMYK 0.99 0 0.92 0.61
HSL 124.29º 0.98% 0.2% -
HSV(B) 124.29º 0.99% 0.39% -
XYZ 4.52 8.95 1.72 -
YUV 59.32 99.03 86.4 -
System Red Green Blue C M Y K H S L
Decimal 1 99 8 0.99 0 0.92 0.61 124.29 0.98 0.2
Hex 1 63 8 63 0 5C 3D 7C 62 14
Octal 1 143 10 143 0 134 75 174 142 24
Binary 1 1100011 1000 1100011 0 1011100 111101 1111100 1100010 10100

Color Harmonies of #016308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016308

Black with #016308

Text Example


Text Example

White with #016308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016308; }

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

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

background-color css

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

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

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

border-color css

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

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

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