#027769

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

Shades of Pine Green #027769

Tints of Pine Green #027769

Color information

#027769 (or 0x027769) is unknown color: approx Pine Green. HEX triplet: 02, 77 and 69. RGB value is (2,119,105). Sum of RGB (Red+Green+Blue) = 2+119+105=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #027769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027769 is #FD8896. Grayscale: #525252. Windows color (decimal): -16615575 or 6911746. OLE color: 6911746.

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

Color convert

RGB2119105-
CMYK0.9800.120.53
HSL172.82º96.69%23.73%-
HSV(B)172.82º98.32%46.67%-
XYZ9.1714.2315.63-
YUV82.42140.7470.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=0.88%
G=52.65%
B=46.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21191050.9800.120.53172.8296.6923.73
Hex27769620C35ad6118
Octal21671511420146525514130
Binary101110111110100111000100110011010110101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027769; }

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

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

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

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

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

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

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

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