#12736C

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

Shades of Pine Green #12736C

Tints of Pine Green #12736C

Color information

#12736C (or 0x12736C) is unknown color: approx Pine Green. HEX triplet: 12, 73 and 6C. RGB value is (18,115,108). Sum of RGB (Red+Green+Blue) = 18+115+108=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #12736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12736C is #ED8C93. Grayscale: #555555. Windows color (decimal): -15568020 or 7107346. OLE color: 7107346.

HSL color Cylindrical-coordinate representation of color #12736C: hue angle of 175.67º 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 #12736C is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB18115108-
CMYK0.8400.060.55
HSL175.67º72.93%26.08%-
HSV(B)175.67º84.35%45.1%-
XYZ9.0913.4716.31-
YUV85.2140.8680.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=7.47%
G=47.72%
B=44.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181151080.8400.060.55175.6772.9326.08
Hex12736C540637b0491a
Octal22163154124066726011132
Binary10010111001111011001010100011011011110110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12736C; }

 p { color: rgb(18,115,108); }

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

<style>
 a { background-color: #12736C; }

 a { background-color: rgb(18,115,108); }

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

<style>
 span { border-color: #12736C; }

 span { border-color: rgb(18,115,108); }

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