Html Css Color HEX #027170 Pine Green

📋 copy color: '#027170'

red 2 ◦ green 113 ◦ blue 112

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

Shades of Pine Green #027170

Tints of Pine Green #027170

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 113 (44.53% from 255) = 49.78%

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

R = 0.88%
G = 49.78%
B = 49.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#027170 (or 0x027170) is known color: Pine Green. HEX triplet: 02, 71 and 70. RGB value is (2,113,112). Sum of RGB (Red+Green+Blue) = 2+113+112=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #027170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027170 is #FD8E8F. Grayscale: #4F4F4F. Windows color (decimal): -16617104 or 7368962. OLE color: 7368962.

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

Color convert

RGB 2 113 112 -
CMYK 0.98 0 0.01 0.56
HSL 179.46º 0.97% 0.23% -
HSV(B) 179.46º 0.98% 0.44% -
XYZ 8.85 12.99 17.37 -
YUV 79.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 2 113 112 0.98 0 0.01 0.56 179.46 0.97 0.23
Hex 2 71 70 62 0 1 38 B3 61 17
Octal 2 161 160 142 0 1 70 263 141 27
Binary 10 1110001 1110000 1100010 0 1 111000 10110011 1100001 10111

Color Harmonies of #027170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027170

Black with #027170

Text Example


Text Example

White with #027170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027170; }

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

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

background-color css

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

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

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

border-color css

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

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

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