#12736B

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

Shades of Pine Green #12736B

Tints of Pine Green #12736B

Color information

#12736B (or 0x12736B) is unknown color: approx Pine Green. HEX triplet: 12, 73 and 6B. RGB value is (18,115,107). Sum of RGB (Red+Green+Blue) = 18+115+107=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #12736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12736B is #ED8C94. Grayscale: #555555. Windows color (decimal): -15568021 or 7041810. OLE color: 7041810.

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

Color convert

RGB18115107-
CMYK0.8400.070.55
HSL175.05º72.93%26.08%-
HSV(B)175.05º84.35%45.1%-
XYZ9.0313.4516.03-
YUV85.08140.3680.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=7.5%
G=47.92%
B=44.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181151070.8400.070.55175.0572.9326.08
Hex12736B540737af491a
Octal22163153124076725711132
Binary10010111001111010111010100011111011110101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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