Html Css Color HEX #017072 Pine Green

📋 copy color: '#017072'

red 1 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #017072

Tints of Pine Green #017072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 0.44%
G = 49.34%
B = 50.22%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#017072 (or 0x017072) is known color: Pine Green. HEX triplet: 01, 70 and 72. RGB value is (1,112,114). Sum of RGB (Red+Green+Blue) = 1+112+114=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #017072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017072 is #FE8F8D. Grayscale: #4E4E4E. Windows color (decimal): -16682894 or 7499777. OLE color: 7499777.

HSL color Cylindrical-coordinate representation of color #017072: hue angle of 181.06º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017072 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 112 114 -
CMYK 0.99 0.02 0 0.55
HSL 181.06º 0.98% 0.23% -
HSV(B) 181.06º 0.99% 0.45% -
XYZ 8.84 12.81 17.93 -
YUV 79.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 1 112 114 0.99 0.02 0 0.55 181.06 0.98 0.23
Hex 1 70 72 63 2 0 37 B5 62 17
Octal 1 160 162 143 2 0 67 265 142 27
Binary 1 1110000 1110010 1100011 10 0 110111 10110101 1100010 10111

Color Harmonies of #017072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017072

Black with #017072

Text Example


Text Example

White with #017072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017072; }

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

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

background-color css

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

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

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

border-color css

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

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

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