#027B68

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

Shades of Pine Green #027B68

Tints of Pine Green #027B68

Color information

#027B68 (or 0x027B68) is unknown color: approx Pine Green. HEX triplet: 02, 7B and 68. RGB value is (2,123,104). Sum of RGB (Red+Green+Blue) = 2+123+104=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #027B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B68 is #FD8497. Grayscale: #545454. Windows color (decimal): -16614552 or 6847234. OLE color: 6847234.

HSL color Cylindrical-coordinate representation of color #027B68: hue angle of 170.58º 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 #027B68 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB2123104-
CMYK0.9800.150.52
HSL170.58º96.8%24.51%-
HSV(B)170.58º98.37%48.24%-
XYZ9.6115.1815.52-
YUV84.65138.9169.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=0.87%
G=53.71%
B=45.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21231040.9800.150.52170.5896.824.51
Hex27B68620F34ab6119
Octal21731501420176425314131
Binary101111011110100011000100111111010010101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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