#02756E

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

Shades of Pine Green #02756E

Tints of Pine Green #02756E

Color information

#02756E (or 0x02756E) is unknown color: approx Pine Green. HEX triplet: 02, 75 and 6E. RGB value is (2,117,110). Sum of RGB (Red+Green+Blue) = 2+117+110=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #02756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02756E is #FD8A91. Grayscale: #515151. Windows color (decimal): -16616082 or 7238914. OLE color: 7238914.

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

Color convert

RGB2117110-
CMYK0.9800.060.54
HSL176.35º96.64%23.33%-
HSV(B)176.35º98.29%45.88%-
XYZ9.213.8616.94-
YUV81.82143.971.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=0.87%
G=51.09%
B=48.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21171100.9800.060.54176.3596.6423.33
Hex2756E620636b06117
Octal2165156142066626014127
Binary10111010111011101100010011011011010110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02756E; }

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

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

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

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

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

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

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

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