#127372

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

Shades of Pine Green #127372

Tints of Pine Green #127372

Color information

#127372 (or 0x127372) is unknown color: approx Pine Green. HEX triplet: 12, 73 and 72. RGB value is (18,115,114). Sum of RGB (Red+Green+Blue) = 18+115+114=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #127372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127372 is #ED8C8D. Grayscale: #555555. Windows color (decimal): -15568014 or 7500562. OLE color: 7500562.

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

Color convert

RGB18115114-
CMYK0.8400.010.55
HSL179.38º72.93%26.08%-
HSV(B)179.38º84.35%45.1%-
XYZ9.4213.618.05-
YUV85.88143.8679.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=7.29%
G=46.56%
B=46.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181151140.8400.010.55179.3872.9326.08
Hex127372540137b3491a
Octal22163162124016726311132
Binary100101110011111001010101000111011110110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127372; }

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

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

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

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

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

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

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

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