#027268

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

Shades of Pine Green #027268

Tints of Pine Green #027268

Color information

#027268 (or 0x027268) is unknown color: approx Pine Green. HEX triplet: 02, 72 and 68. RGB value is (2,114,104). Sum of RGB (Red+Green+Blue) = 2+114+104=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #027268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027268 is #FD8D97. Grayscale: #4F4F4F. Windows color (decimal): -16616856 or 6844930. OLE color: 6844930.

HSL color Cylindrical-coordinate representation of color #027268: hue angle of 174.64º 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 #027268 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB2114104-
CMYK0.9800.090.55
HSL174.64º96.55%22.75%-
HSV(B)174.64º98.25%44.71%-
XYZ8.5413.0515.16-
YUV79.37141.8972.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=0.91%
G=51.82%
B=47.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21141040.9800.090.55174.6496.5522.75
Hex27268620937af6117
Octal21621501420116725714127
Binary101110010110100011000100100111011110101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027268; }

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

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

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

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

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

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

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

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