Html Css Color HEX #027F6E Pine Green

📋 copy color: '#027F6E'

red 2 ◦ green 127 ◦ blue 110

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

Shades of Pine Green #027F6E

Tints of Pine Green #027F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 53.14%

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 0.84%
G = 53.14%
B = 46.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#027F6E (or 0x027F6E) is known color: Pine Green. HEX triplet: 02, 7F and 6E. RGB value is (2,127,110). Sum of RGB (Red+Green+Blue) = 2+127+110=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #027F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027F6E is #FD8091. Grayscale: #575757. Windows color (decimal): -16613522 or 7241474. OLE color: 7241474.

HSL color Cylindrical-coordinate representation of color #027F6E: hue angle of 171.84º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F6E is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 127 110 -
CMYK 0.98 0 0.13 0.50
HSL 171.84º 0.97% 0.25% -
HSV(B) 171.84º 0.98% 0.5% -
XYZ 10.43 16.32 17.35 -
YUV 87.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 2 127 110 0.98 0 0.13 0.50 171.84 0.97 0.25
Hex 2 7F 6E 62 0 D 32 AC 61 19
Octal 2 177 156 142 0 15 62 254 141 31
Binary 10 1111111 1101110 1100010 0 1101 110010 10101100 1100001 11001

Color Harmonies of #027F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F6E

Black with #027F6E

Text Example


Text Example

White with #027F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027F6E; }

 p { color: rgb(2,127,110); }

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

background-color css

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

 a { background-color: rgb(2,127,110); }

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

border-color css

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

 span { border-color: rgb(2,127,110); }

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