#027672

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

Shades of Pine Green #027672

Tints of Pine Green #027672

Color information

#027672 (or 0x027672) is unknown color: approx Pine Green. HEX triplet: 02, 76 and 72. RGB value is (2,118,114). Sum of RGB (Red+Green+Blue) = 2+118+114=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #027672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027672 is #FD898D. Grayscale: #525252. Windows color (decimal): -16615822 or 7501314. OLE color: 7501314.

HSL color Cylindrical-coordinate representation of color #027672: hue angle of 177.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027672 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB2118114-
CMYK0.9800.030.54
HSL177.93º96.67%23.53%-
HSV(B)177.93º98.31%46.27%-
XYZ9.5414.1818.15-
YUV82.86145.5770.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=0.85%
G=50.43%
B=48.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21181140.9800.030.54177.9396.6723.53
Hex27672620336b26118
Octal2166162142036626214130
Binary1011101101110010110001001111011010110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027672; }

 p { color: rgb(2,118,114); }

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

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

 a { background-color: rgb(2,118,114); }

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

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

 span { border-color: rgb(2,118,114); }

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