Html Css Color HEX #016103 Green

📋 copy color: '#016103'

red 1 ◦ green 97 ◦ blue 3

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

Shades of Green #016103

Tints of Green #016103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 96.04%

 BLUE value IS 3 (1.56% from 255) = 2.97%

R = 0.99%
G = 96.04%
B = 2.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#016103 (or 0x016103) is known color: Green. HEX triplet: 01, 61 and 03. RGB value is (1,97,3). Sum of RGB (Red+Green+Blue) = 1+97+3=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 97 (38.28% from 255 or 96.04% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 97 - color contains mainly: green. Hex color #016103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016103 is #FE9EFC. Grayscale: #393939. Windows color (decimal): -16686845 or 221441. OLE color: 221441.

HSL color Cylindrical-coordinate representation of color #016103: hue angle of 121.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016103 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 3 -
CMYK 0.99 0 0.97 0.62
HSL 121.25º 0.98% 0.19% -
HSV(B) 121.25º 0.99% 0.38% -
XYZ 4.3 8.56 1.51 -
YUV 57.58 97.2 87.64 -
System Red Green Blue C M Y K H S L
Decimal 1 97 3 0.99 0 0.97 0.62 121.25 0.98 0.19
Hex 1 61 3 63 0 61 3E 79 62 13
Octal 1 141 3 143 0 141 76 171 142 23
Binary 1 1100001 11 1100011 0 1100001 111110 1111001 1100010 10011

Color Harmonies of #016103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016103

Black with #016103

Text Example


Text Example

White with #016103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016103; }

 p { color: rgb(1,97,3); }

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

background-color css

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

 a { background-color: rgb(1,97,3); }

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

border-color css

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

 span { border-color: rgb(1,97,3); }

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