#12724B

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

Shades of Dark Spring Green #12724B

Tints of Dark Spring Green #12724B

Color information

#12724B (or 0x12724B) is unknown color: approx Dark Spring Green. HEX triplet: 12, 72 and 4B. RGB value is (18,114,75). Sum of RGB (Red+Green+Blue) = 18+114+75=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #12724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12724B is #ED8DB4. Grayscale: #505050. Windows color (decimal): -15568309 or 4944402. OLE color: 4944402.

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

Color convert

RGB1811475-
CMYK0.8400.340.55
HSL155.62º72.73%25.88%-
HSV(B)155.62º84.21%44.71%-
XYZ7.5412.678.71-
YUV80.85124.783.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=8.70%
G=55.07%
B=36.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114750.8400.340.55155.6272.7325.88
Hex12724B54022379c491a
Octal221621131240426723411132
Binary10010111001010010111010100010001011011110011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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