#027669

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

Shades of Pine Green #027669

Tints of Pine Green #027669

Color information

#027669 (or 0x027669) is unknown color: approx Pine Green. HEX triplet: 02, 76 and 69. RGB value is (2,118,105). Sum of RGB (Red+Green+Blue) = 2+118+105=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #027669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027669 is #FD8996. Grayscale: #515151. Windows color (decimal): -16615831 or 6911490. OLE color: 6911490.

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

Color convert

RGB2118105-
CMYK0.9800.110.54
HSL173.28º96.67%23.53%-
HSV(B)173.28º98.31%46.27%-
XYZ9.0513.9915.59-
YUV81.83141.0771.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=0.89%
G=52.44%
B=46.67%

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
Decimal21181050.9800.110.54173.2896.6723.53
Hex27669620B36ad6118
Octal21661511420136625514130
Binary101110110110100111000100101111011010101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027669; }

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

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

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

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

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

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

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

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