Html Css Color HEX #017270 Pine Green

📋 copy color: '#017270'

red 1 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #017270

Tints of Pine Green #017270

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 1 114 112 -
CMYK 0.99 0 0.02 0.55
HSL 178.94º 0.98% 0.23% -
HSV(B) 178.94º 0.99% 0.45% -
XYZ 8.95 13.21 17.41 -
YUV 79.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 1 114 112 0.99 0 0.02 0.55 178.94 0.98 0.23
Hex 1 72 70 63 0 2 37 B3 62 17
Octal 1 162 160 143 0 2 67 263 142 27
Binary 1 1110010 1110000 1100011 0 10 110111 10110011 1100010 10111

Color Harmonies of #017270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017270

Black with #017270

Text Example


Text Example

White with #017270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017270; }

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

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

background-color css

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

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

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

border-color css

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

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

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