#0B8271

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

Shades of Pine Green #0B8271

Tints of Pine Green #0B8271

Color information

#0B8271 (or 0x0B8271) is unknown color: approx Pine Green. HEX triplet: 0B, 82 and 71. RGB value is (11,130,113). Sum of RGB (Red+Green+Blue) = 11+130+113=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #0B8271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8271 is #F47D8E. Grayscale: #5C5C5C. Windows color (decimal): -16022927 or 7438859. OLE color: 7438859.

HSL color Cylindrical-coordinate representation of color #0B8271: hue angle of 171.43º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8271 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB11130113-
CMYK0.9200.130.49
HSL171.43º84.4%27.65%-
HSV(B)171.43º91.54%50.98%-
XYZ11.117.2318.36-
YUV92.48139.5869.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=4.33%
G=51.18%
B=44.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111301130.9200.130.49171.4384.427.65
HexB82715C0D31ab541c
Octal132021611340156125312434
Binary101110000010111000110111000110111000110101011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,130,113); }

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

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

 a { background-color: rgb(11,130,113); }

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

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

 span { border-color: rgb(11,130,113); }

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