Html Css Color HEX #017071 Pine Green

📋 copy color: '#017071'

red 1 ◦ green 112 ◦ blue 113

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

Shades of Pine Green #017071

Tints of Pine Green #017071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50%

R = 0.44%
G = 49.56%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#017071 (or 0x017071) is known color: Pine Green. HEX triplet: 01, 70 and 71. RGB value is (1,112,113). Sum of RGB (Red+Green+Blue) = 1+112+113=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #017071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017071 is #FE8F8E. Grayscale: #4E4E4E. Windows color (decimal): -16682895 or 7434241. OLE color: 7434241.

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

Color convert

RGB 1 112 113 -
CMYK 0.99 0.01 0 0.56
HSL 180.54º 0.98% 0.22% -
HSV(B) 180.54º 0.99% 0.44% -
XYZ 8.79 12.79 17.63 -
YUV 78.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 1 112 113 0.99 0.01 0 0.56 180.54 0.98 0.22
Hex 1 70 71 63 1 0 38 B5 62 16
Octal 1 160 161 143 1 0 70 265 142 26
Binary 1 1110000 1110001 1100011 1 0 111000 10110101 1100010 10110

Color Harmonies of #017071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017071

Black with #017071

Text Example


Text Example

White with #017071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017071; }

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

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

background-color css

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

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

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

border-color css

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

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

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