#02746D

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

Shades of Pine Green #02746D

Tints of Pine Green #02746D

Color information

#02746D (or 0x02746D) is unknown color: approx Pine Green. HEX triplet: 02, 74 and 6D. RGB value is (2,116,109). Sum of RGB (Red+Green+Blue) = 2+116+109=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #02746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02746D is #FD8B92. Grayscale: #515151. Windows color (decimal): -16616339 or 7173122. OLE color: 7173122.

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

Color convert

RGB2116109-
CMYK0.9800.060.55
HSL176.32º96.61%23.14%-
HSV(B)176.32º98.28%45.49%-
XYZ9.0313.6116.62-
YUV81.12143.7371.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 116 (45.70% from 255) = 51.10%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=0.88%
G=51.10%
B=48.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21161090.9800.060.55176.3296.6123.14
Hex2746D620637b06117
Octal2164155142066726014127
Binary10111010011011011100010011011011110110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02746D; }

 p { color: rgb(2,116,109); }

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

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

 a { background-color: rgb(2,116,109); }

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

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

 span { border-color: rgb(2,116,109); }

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