#127271

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

Shades of Pine Green #127271

Tints of Pine Green #127271

Color information

#127271 (or 0x127271) is unknown color: approx Pine Green. HEX triplet: 12, 72 and 71. RGB value is (18,114,113). Sum of RGB (Red+Green+Blue) = 18+114+113=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #127271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127271 is #ED8D8E. Grayscale: #555555. Windows color (decimal): -15568271 or 7434770. OLE color: 7434770.

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

Color convert

RGB18114113-
CMYK0.8400.010.55
HSL179.38º72.73%25.88%-
HSV(B)179.38º84.21%44.71%-
XYZ9.2513.3617.71-
YUV85.18143.780.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=7.35%
G=46.53%
B=46.12%

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
Decimal181141130.8400.010.55179.3872.7325.88
Hex127271540137b3491a
Octal22162161124016726311132
Binary100101110010111000110101000111011110110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127271; }

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

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

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

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

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

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

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

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