#127172

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

Shades of Pine Green #127172

Tints of Pine Green #127172

Color information

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

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

Color convert

RGB18113114-
CMYK0.840.0100.55
HSL180.62º72.73%25.88%-
HSV(B)180.62º84.21%44.71%-
XYZ9.1913.1517.97-
YUV84.71144.5380.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181131140.840.0100.55180.6272.7325.88
Hex127172541037b5491a
Octal22161162124106726511132
Binary100101110001111001010101001011011110110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127172; }

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

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

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

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

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

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

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

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