#127245

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

Shades of Dark Spring Green #127245

Tints of Dark Spring Green #127245

Color information

#127245 (or 0x127245) is unknown color: approx Dark Spring Green. HEX triplet: 12, 72 and 45. RGB value is (18,114,69). Sum of RGB (Red+Green+Blue) = 18+114+69=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #127245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127245 is #ED8DBA. Grayscale: #505050. Windows color (decimal): -15568315 or 4551186. OLE color: 4551186.

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

Color convert

RGB1811469-
CMYK0.8400.390.55
HSL151.88º72.73%25.88%-
HSV(B)151.88º84.21%44.71%-
XYZ7.3412.597.67-
YUV80.17121.783.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=8.96%
G=56.72%
B=34.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114690.8400.390.55151.8872.7325.88
Hex127245540273798491a
Octal221621051240476723011132
Binary10010111001010001011010100010011111011110011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127245; }

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

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

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

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

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

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

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

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