Html Css Color HEX #027C71 Pine Green

📋 copy color: '#027C71'

red 2 ◦ green 124 ◦ blue 113

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

Shades of Pine Green #027C71

Tints of Pine Green #027C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.88%

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

R = 0.84%
G = 51.88%
B = 47.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#027C71 (or 0x027C71) is known color: Pine Green. HEX triplet: 02, 7C and 71. RGB value is (2,124,113). Sum of RGB (Red+Green+Blue) = 2+124+113=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #027C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C71 is #FD838E. Grayscale: #565656. Windows color (decimal): -16614287 or 7437314. OLE color: 7437314.

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

Color convert

RGB 2 124 113 -
CMYK 0.98 0 0.09 0.51
HSL 174.59º 0.97% 0.25% -
HSV(B) 174.59º 0.98% 0.49% -
XYZ 10.21 15.62 18.1 -
YUV 86.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 2 124 113 0.98 0 0.09 0.51 174.59 0.97 0.25
Hex 2 7C 71 62 0 9 33 AF 61 19
Octal 2 174 161 142 0 11 63 257 141 31
Binary 10 1111100 1110001 1100010 0 1001 110011 10101111 1100001 11001

Color Harmonies of #027C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C71

Black with #027C71

Text Example


Text Example

White with #027C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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