#02756F

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

Shades of Pine Green #02756F

Tints of Pine Green #02756F

Color information

#02756F (or 0x02756F) is unknown color: approx Pine Green. HEX triplet: 02, 75 and 6F. RGB value is (2,117,111). Sum of RGB (Red+Green+Blue) = 2+117+111=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #02756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02756F is #FD8A90. Grayscale: #515151. Windows color (decimal): -16616081 or 7304450. OLE color: 7304450.

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

Color convert

RGB2117111-
CMYK0.9800.050.54
HSL176.87º96.64%23.33%-
HSV(B)176.87º98.29%45.88%-
XYZ9.2613.8817.23-
YUV81.93144.470.99-

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) = 50.87%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=0.87%
G=50.87%
B=48.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21171110.9800.050.54176.8796.6423.33
Hex2756F620536b16117
Octal2165157142056626114127
Binary10111010111011111100010010111011010110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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