#027B73

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

Shades of Pine Green #027B73

Tints of Pine Green #027B73

Color information

#027B73 (or 0x027B73) is unknown color: approx Pine Green. HEX triplet: 02, 7B and 73. RGB value is (2,123,115). Sum of RGB (Red+Green+Blue) = 2+123+115=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #027B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B73 is #FD848C. Grayscale: #555555. Windows color (decimal): -16614541 or 7568130. OLE color: 7568130.

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

Color convert

RGB2123115-
CMYK0.9800.070.52
HSL176.03º96.8%24.51%-
HSV(B)176.03º98.37%48.24%-
XYZ10.215.4218.66-
YUV85.91144.4168.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 123 (48.44% from 255) = 51.25%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=0.83%
G=51.25%
B=47.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21231150.9800.070.52176.0396.824.51
Hex27B73620734b06119
Octal2173163142076426014131
Binary10111101111100111100010011111010010110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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