#0D7269

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

Shades of Pine Green #0D7269

Tints of Pine Green #0D7269

Color information

#0D7269 (or 0x0D7269) is unknown color: approx Pine Green. HEX triplet: 0D, 72 and 69. RGB value is (13,114,105). Sum of RGB (Red+Green+Blue) = 13+114+105=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7269 is #F28D96. Grayscale: #525252. Windows color (decimal): -15895959 or 6910477. OLE color: 6910477.

HSL color Cylindrical-coordinate representation of color #0D7269: hue angle of 174.65º 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 #0D7269 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB13114105-
CMYK0.8900.080.55
HSL174.65º79.53%24.9%-
HSV(B)174.65º88.6%44.71%-
XYZ8.7313.1415.44-
YUV82.78140.5478.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=5.60%
G=49.14%
B=45.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal131141050.8900.080.55174.6579.5324.9
HexD7269590837af5019
Octal151621511310106725712031
Binary11011110010110100110110010100011011110101111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,114,105); }

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

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

 a { background-color: rgb(13,114,105); }

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

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

 span { border-color: rgb(13,114,105); }

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