#127972

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

Shades of Pine Green #127972

Tints of Pine Green #127972

Color information

#127972 (or 0x127972) is unknown color: approx Pine Green. HEX triplet: 12, 79 and 72. RGB value is (18,121,114). Sum of RGB (Red+Green+Blue) = 18+121+114=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #127972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127972 is #ED868D. Grayscale: #595959. Windows color (decimal): -15566478 or 7502098. OLE color: 7502098.

HSL color Cylindrical-coordinate representation of color #127972: hue angle of 175.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127972 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB18121114-
CMYK0.8500.060.53
HSL175.92º74.1%27.25%-
HSV(B)175.92º85.12%47.45%-
XYZ10.1215.0218.28-
YUV89.4141.8877.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=7.11%
G=47.83%
B=45.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181211140.8500.060.53175.9274.127.25
Hex127972550635b04a1b
Octal22171162125066526011233
Binary10010111100111100101010101011011010110110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127972; }

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

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

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

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

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

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

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

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