Html Css Color HEX #0D8173 Pine Green

📋 copy color: '#0D8173'

red 13 ◦ green 129 ◦ blue 115

#0D8173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #0D8173

Tints of Pine Green #0D8173

RGB

 RED value IS 13 (5.47% from 255) = 5.06%

 GREEN value IS 129 (50.78% from 255) = 50.19%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 5.06%
G = 50.19%
B = 44.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#0D8173 (or 0x0D8173) is known color: Pine Green. HEX triplet: 0D, 81 and 73. RGB value is (13,129,115). Sum of RGB (Red+Green+Blue) = 13+129+115=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #0D8173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8173 is #F27E8C. Grayscale: #5C5C5C. Windows color (decimal): -15892109 or 7569677. OLE color: 7569677.

HSL color Cylindrical-coordinate representation of color #0D8173: hue angle of 172.76º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8173 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 129 115 -
CMYK 0.90 0 0.11 0.49
HSL 172.76º 0.82% 0.28% -
HSV(B) 172.76º 0.9% 0.51% -
XYZ 11.11 17.02 18.92 -
YUV 92.72 140.57 71.14 -
System Red Green Blue C M Y K H S L
Decimal 13 129 115 0.90 0 0.11 0.49 172.76 0.82 0.28
Hex D 81 73 5A 0 B 31 AD 52 1C
Octal 15 201 163 132 0 13 61 255 122 34
Binary 1101 10000001 1110011 1011010 0 1011 110001 10101101 1010010 11100

Color Harmonies of #0D8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8173

Black with #0D8173

Text Example


Text Example

White with #0D8173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D8173;
 }
 .AnyTagClassName
 {
   color: #0D8173;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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