#027371

Color #027371 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #027371

Tints of Pine Green #027371

Color information

#027371 (or 0x027371) is unknown color: approx Pine Green. HEX triplet: 02, 73 and 71. RGB value is (2,115,113). Sum of RGB (Red+Green+Blue) = 2+115+113=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #027371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027371 is #FD8C8E. Grayscale: #505050. Windows color (decimal): -16616591 or 7435010. OLE color: 7435010.

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

Color convert

RGB2115113-
CMYK0.9800.020.55
HSL178.94º96.58%22.94%-
HSV(B)178.94º98.26%45.1%-
XYZ9.1413.4717.74-
YUV80.98146.0671.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=0.87%
G=50%
B=49.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21151130.9800.020.55178.9496.5822.94
Hex27371620237b36117
Octal2163161142026726314127
Binary1011100111110001110001001011011110110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027371; }

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

 H1.HeaderClassName
 {
   color: #027371;
 }
 .AnyTagClassName
 {
   color: #027371;
 }
</style>
background-color css

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

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

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

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

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

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