#0D7370

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

Shades of Pine Green #0D7370

Tints of Pine Green #0D7370

Color information

#0D7370 (or 0x0D7370) is unknown color: approx Pine Green. HEX triplet: 0D, 73 and 70. RGB value is (13,115,112). Sum of RGB (Red+Green+Blue) = 13+115+112=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7370 is #F28C8F. Grayscale: #545454. Windows color (decimal): -15895696 or 7369485. OLE color: 7369485.

HSL color Cylindrical-coordinate representation of color #0D7370: hue angle of 178.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7370 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB13115112-
CMYK0.8900.030.55
HSL178.24º79.69%25.1%-
HSV(B)178.24º88.7%45.1%-
XYZ9.2213.5217.45-
YUV84.16143.7177.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.42%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=5.42%
G=47.92%
B=46.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal131151120.8900.030.55178.2479.6925.1
HexD7370590337b25019
Octal15163160131036726212031
Binary110111100111110000101100101111011110110010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D7370; }

 p { color: rgb(13,115,112); }

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

<style>
 a { background-color: #0D7370; }

 a { background-color: rgb(13,115,112); }

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

<style>
 span { border-color: #0D7370; }

 span { border-color: rgb(13,115,112); }

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