#02756B

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

Shades of Pine Green #02756B

Tints of Pine Green #02756B

Color information

#02756B (or 0x02756B) is unknown color: approx Pine Green. HEX triplet: 02, 75 and 6B. RGB value is (2,117,107). Sum of RGB (Red+Green+Blue) = 2+117+107=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #02756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02756B is #FD8A94. Grayscale: #515151. Windows color (decimal): -16616085 or 7042306. OLE color: 7042306.

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

Color convert

RGB2117107-
CMYK0.9800.090.54
HSL174.78º96.64%23.33%-
HSV(B)174.78º98.29%45.88%-
XYZ9.0413.816.1-
YUV81.47142.471.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=0.88%
G=51.77%
B=47.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21171070.9800.090.54174.7896.6423.33
Hex2756B620936af6117
Octal21651531420116625714127
Binary101110101110101111000100100111011010101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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