#12726E

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

Shades of Pine Green #12726E

Tints of Pine Green #12726E

Color information

#12726E (or 0x12726E) is unknown color: approx Pine Green. HEX triplet: 12, 72 and 6E. RGB value is (18,114,110). Sum of RGB (Red+Green+Blue) = 18+114+110=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #12726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12726E is #ED8D91. Grayscale: #545454. Windows color (decimal): -15568274 or 7238162. OLE color: 7238162.

HSL color Cylindrical-coordinate representation of color #12726E: hue angle of 177.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12726E is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB18114110-
CMYK0.8400.040.55
HSL177.5º72.73%25.88%-
HSV(B)177.5º84.21%44.71%-
XYZ9.0813.2916.84-
YUV84.84142.280.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=7.44%
G=47.11%
B=45.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181141100.8400.040.55177.572.7325.88
Hex12726E540437b2491a
Octal22162156124046726211132
Binary10010111001011011101010100010011011110110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12726E; }

 p { color: rgb(18,114,110); }

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

<style>
 a { background-color: #12726E; }

 a { background-color: rgb(18,114,110); }

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

<style>
 span { border-color: #12726E; }

 span { border-color: rgb(18,114,110); }

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