Html Css Color HEX #027671 Pine Green

📋 copy color: '#027671'

red 2 ◦ green 118 ◦ blue 113

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

Shades of Pine Green #027671

Tints of Pine Green #027671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.64%

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

R = 0.86%
G = 50.64%
B = 48.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#027671 (or 0x027671) is known color: Pine Green. HEX triplet: 02, 76 and 71. RGB value is (2,118,113). Sum of RGB (Red+Green+Blue) = 2+118+113=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #027671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027671 is #FD898E. Grayscale: #525252. Windows color (decimal): -16615823 or 7435778. OLE color: 7435778.

HSL color Cylindrical-coordinate representation of color #027671: hue angle of 177.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027671 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 113 -
CMYK 0.98 0 0.04 0.54
HSL 177.41º 0.97% 0.24% -
HSV(B) 177.41º 0.98% 0.46% -
XYZ 9.48 14.16 17.86 -
YUV 82.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 2 118 113 0.98 0 0.04 0.54 177.41 0.97 0.24
Hex 2 76 71 62 0 4 36 B1 61 18
Octal 2 166 161 142 0 4 66 261 141 30
Binary 10 1110110 1110001 1100010 0 100 110110 10110001 1100001 11000

Color Harmonies of #027671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027671

Black with #027671

Text Example


Text Example

White with #027671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027671; }

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

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

background-color css

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

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

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

border-color css

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

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

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