#027072

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

Shades of Pine Green #027072

Tints of Pine Green #027072

Color information

#027072 (or 0x027072) is unknown color: approx Pine Green. HEX triplet: 02, 70 and 72. RGB value is (2,112,114). Sum of RGB (Red+Green+Blue) = 2+112+114=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #027072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027072 is #FD8F8D. Grayscale: #4F4F4F. Windows color (decimal): -16617358 or 7499778. OLE color: 7499778.

HSL color Cylindrical-coordinate representation of color #027072: hue angle of 181.07º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027072 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2112114-
CMYK0.980.0200.55
HSL181.07º96.55%22.75%-
HSV(B)181.07º98.25%44.71%-
XYZ8.8612.8217.93-
YUV79.34147.5672.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 114 (44.92% from 255) = 50%
R=0.88%
G=49.12%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21121140.980.0200.55181.0796.5522.75
Hex27072622037b56117
Octal2160162142206726514127
Binary1011100001110010110001010011011110110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027072; }

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

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

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

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

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

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

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

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