#027568

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

Shades of Pine Green #027568

Tints of Pine Green #027568

Color information

#027568 (or 0x027568) is unknown color: approx Pine Green. HEX triplet: 02, 75 and 68. RGB value is (2,117,104). Sum of RGB (Red+Green+Blue) = 2+117+104=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #027568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027568 is #FD8A97. Grayscale: #515151. Windows color (decimal): -16616088 or 6845698. OLE color: 6845698.

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

Color convert

RGB2117104-
CMYK0.9800.110.54
HSL173.22º96.64%23.33%-
HSV(B)173.22º98.29%45.88%-
XYZ8.8913.7315.28-
YUV81.13140.971.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=0.90%
G=52.47%
B=46.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21171040.9800.110.54173.2296.6423.33
Hex27568620B36ad6117
Octal21651501420136625514127
Binary101110101110100011000100101111011010101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027568; }

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

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

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

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

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

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

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

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