#127371

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

Shades of Pine Green #127371

Tints of Pine Green #127371

Color information

#127371 (or 0x127371) is unknown color: approx Pine Green. HEX triplet: 12, 73 and 71. RGB value is (18,115,113). Sum of RGB (Red+Green+Blue) = 18+115+113=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #127371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127371 is #ED8C8E. Grayscale: #555555. Windows color (decimal): -15568015 or 7435026. OLE color: 7435026.

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

Color convert

RGB18115113-
CMYK0.8400.020.55
HSL178.76º72.93%26.08%-
HSV(B)178.76º84.35%45.1%-
XYZ9.3613.5817.75-
YUV85.77143.3679.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=7.32%
G=46.75%
B=45.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181151130.8400.020.55178.7672.9326.08
Hex127371540237b3491a
Octal22163161124026726311132
Binary1001011100111110001101010001011011110110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127371; }

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

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

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

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

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

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

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

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