#12724A

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

Shades of Dark Spring Green #12724A

Tints of Dark Spring Green #12724A

Color information

#12724A (or 0x12724A) is unknown color: approx Dark Spring Green. HEX triplet: 12, 72 and 4A. RGB value is (18,114,74). Sum of RGB (Red+Green+Blue) = 18+114+74=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #12724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12724A is #ED8DB5. Grayscale: #505050. Windows color (decimal): -15568310 or 4878866. OLE color: 4878866.

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

Color convert

RGB1811474-
CMYK0.8400.350.55
HSL155º72.73%25.88%-
HSV(B)155º84.21%44.71%-
XYZ7.512.668.53-
YUV80.74124.283.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=8.74%
G=55.34%
B=35.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114740.8400.350.5515572.7325.88
Hex12724A54023379b491a
Octal221621121240436723311132
Binary10010111001010010101010100010001111011110011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12724A; }

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

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

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

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

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

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

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

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