#0C8272

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

Shades of Pine Green #0C8272

Tints of Pine Green #0C8272

Color information

#0C8272 (or 0x0C8272) is unknown color: approx Pine Green. HEX triplet: 0C, 82 and 72. RGB value is (12,130,114). Sum of RGB (Red+Green+Blue) = 12+130+114=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8272 is #F37D8D. Grayscale: #5C5C5C. Windows color (decimal): -15957390 or 7504396. OLE color: 7504396.

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

Color convert

RGB12130114-
CMYK0.9100.120.49
HSL171.86º83.1%27.84%-
HSV(B)171.86º90.77%50.98%-
XYZ11.1717.2618.66-
YUV92.89139.9170.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=4.69%
G=50.78%
B=44.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121301140.9100.120.49171.8683.127.84
HexC82725B0C31ac531c
Octal142021621330146125412334
Binary110010000010111001010110110110011000110101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,130,114); }

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

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

 a { background-color: rgb(12,130,114); }

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

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

 span { border-color: rgb(12,130,114); }

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