#027067

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

Shades of Pine Green #027067

Tints of Pine Green #027067

Color information

#027067 (or 0x027067) is unknown color: approx Pine Green. HEX triplet: 02, 70 and 67. RGB value is (2,112,103). Sum of RGB (Red+Green+Blue) = 2+112+103=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #027067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027067 is #FD8F98. Grayscale: #4E4E4E. Windows color (decimal): -16617369 or 6778882. OLE color: 6778882.

HSL color Cylindrical-coordinate representation of color #027067: hue angle of 175.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027067 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB2112103-
CMYK0.9800.080.56
HSL175.09º96.49%22.35%-
HSV(B)175.09º98.21%43.92%-
XYZ8.2712.5814.82-
YUV78.08142.0673.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 103 (40.62% from 255) = 47.47%
R=0.92%
G=51.61%
B=47.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21121030.9800.080.56175.0996.4922.35
Hex27067620838af6016
Octal21601471420107025714026
Binary101110000110011111000100100011100010101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027067; }

 p { color: rgb(2,112,103); }

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

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

 a { background-color: rgb(2,112,103); }

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

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

 span { border-color: rgb(2,112,103); }

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