Html Css Color HEX #016203 Green

📋 copy color: '#016203'

red 1 ◦ green 98 ◦ blue 3

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

Shades of Green #016203

Tints of Green #016203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 96.08%

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

R = 0.98%
G = 96.08%
B = 2.94%

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

#016203 (or 0x016203) is known color: Green. HEX triplet: 01, 62 and 03. RGB value is (1,98,3). Sum of RGB (Red+Green+Blue) = 1+98+3=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 98 (38.67% from 255 or 96.08% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 98 - color contains mainly: green. Hex color #016203 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016203 is #FE9DFC. Grayscale: #3A3A3A. Windows color (decimal): -16686589 or 221697. OLE color: 221697.

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

Color convert

RGB 1 98 3 -
CMYK 0.99 0 0.97 0.62
HSL 121.24º 0.98% 0.19% -
HSV(B) 121.24º 0.99% 0.38% -
XYZ 4.4 8.75 1.54 -
YUV 58.17 96.86 87.22 -
System Red Green Blue C M Y K H S L
Decimal 1 98 3 0.99 0 0.97 0.62 121.24 0.98 0.19
Hex 1 62 3 63 0 61 3E 79 62 13
Octal 1 142 3 143 0 141 76 171 142 23
Binary 1 1100010 11 1100011 0 1100001 111110 1111001 1100010 10011

Color Harmonies of #016203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016203

Black with #016203

Text Example


Text Example

White with #016203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016203; }

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

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

background-color css

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

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

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

border-color css

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

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

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