#127572

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

Shades of Pine Green #127572

Tints of Pine Green #127572

Color information

#127572 (or 0x127572) is unknown color: approx Pine Green. HEX triplet: 12, 75 and 72. RGB value is (18,117,114). Sum of RGB (Red+Green+Blue) = 18+117+114=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #127572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127572 is #ED8A8D. Grayscale: #565656. Windows color (decimal): -15567502 or 7501074. OLE color: 7501074.

HSL color Cylindrical-coordinate representation of color #127572: hue angle of 178.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127572 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB18117114-
CMYK0.8500.030.54
HSL178.18º73.33%26.47%-
HSV(B)178.18º84.62%45.88%-
XYZ9.6514.0718.13-
YUV87.06143.278.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=7.23%
G=46.99%
B=45.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181171140.8500.030.54178.1873.3326.47
Hex127572550336b2491a
Octal22165162125036626211132
Binary1001011101011110010101010101111011010110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127572; }

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

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

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

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

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

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

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

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