#02746C

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

Shades of Pine Green #02746C

Tints of Pine Green #02746C

Color information

#02746C (or 0x02746C) is unknown color: approx Pine Green. HEX triplet: 02, 74 and 6C. RGB value is (2,116,108). Sum of RGB (Red+Green+Blue) = 2+116+108=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #02746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02746C is #FD8B93. Grayscale: #505050. Windows color (decimal): -16616340 or 7107586. OLE color: 7107586.

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

Color convert

RGB2116108-
CMYK0.9800.070.55
HSL175.79º96.61%23.14%-
HSV(B)175.79º98.28%45.49%-
XYZ8.9813.5916.34-
YUV81143.2371.65-

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.33%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=0.88%
G=51.33%
B=47.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21161080.9800.070.55175.7996.6123.14
Hex2746C620737b06117
Octal2164154142076726014127
Binary10111010011011001100010011111011110110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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