Html Css Color HEX #017005 Green

📋 copy color: '#017005'

red 1 ◦ green 112 ◦ blue 5

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

Shades of Green #017005

Tints of Green #017005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 94.92%

 BLUE value IS 5 (2.34% from 255) = 4.24%

R = 0.85%
G = 94.92%
B = 4.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#017005 (or 0x017005) is known color: Green. HEX triplet: 01, 70 and 05. RGB value is (1,112,5). Sum of RGB (Red+Green+Blue) = 1+112+5=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 112 (44.14% from 255 or 94.92% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 112 - color contains mainly: green. Hex color #017005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017005 is #FE8FFA. Grayscale: #424242. Windows color (decimal): -16683003 or 356353. OLE color: 356353.

HSL color Cylindrical-coordinate representation of color #017005: hue angle of 122.16º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017005 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 5 -
CMYK 0.99 0 0.96 0.56
HSL 122.16º 0.98% 0.22% -
HSV(B) 122.16º 0.99% 0.44% -
XYZ 5.83 11.61 2.08 -
YUV 66.61 93.23 81.2 -
System Red Green Blue C M Y K H S L
Decimal 1 112 5 0.99 0 0.96 0.56 122.16 0.98 0.22
Hex 1 70 5 63 0 60 38 7A 62 16
Octal 1 160 5 143 0 140 70 172 142 26
Binary 1 1110000 101 1100011 0 1100000 111000 1111010 1100010 10110

Color Harmonies of #017005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017005

Black with #017005

Text Example


Text Example

White with #017005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017005; }

 p { color: rgb(1,112,5); }

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

background-color css

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

 a { background-color: rgb(1,112,5); }

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

border-color css

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

 span { border-color: rgb(1,112,5); }

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