#027B6C

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

Shades of Pine Green #027B6C

Tints of Pine Green #027B6C

Color information

#027B6C (or 0x027B6C) is unknown color: approx Pine Green. HEX triplet: 02, 7B and 6C. RGB value is (2,123,108). Sum of RGB (Red+Green+Blue) = 2+123+108=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #027B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B6C is #FD8493. Grayscale: #555555. Windows color (decimal): -16614548 or 7109378. OLE color: 7109378.

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

Color convert

RGB2123108-
CMYK0.9800.120.52
HSL172.56º96.8%24.51%-
HSV(B)172.56º98.37%48.24%-
XYZ9.8115.2616.62-
YUV85.11140.9168.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 123 (48.44% from 255) = 52.79%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=0.86%
G=52.79%
B=46.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21231080.9800.120.52172.5696.824.51
Hex27B6C620C34ad6119
Octal21731541420146425514131
Binary101111011110110011000100110011010010101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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