#12713C

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

Shades of Dark Spring Green #12713C

Tints of Dark Spring Green #12713C

Color information

#12713C (or 0x12713C) is unknown color: approx Dark Spring Green. HEX triplet: 12, 71 and 3C. RGB value is (18,113,60). Sum of RGB (Red+Green+Blue) = 18+113+60=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #12713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12713C is #ED8EC3. Grayscale: #4E4E4E. Windows color (decimal): -15568580 or 3961106. OLE color: 3961106.

HSL color Cylindrical-coordinate representation of color #12713C: hue angle of 146.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12713C is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1811360-
CMYK0.8400.470.56
HSL146.53º72.52%25.69%-
HSV(B)146.53º84.07%44.31%-
XYZ6.9712.276.27-
YUV78.55117.5384.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=9.42%
G=59.16%
B=31.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113600.8400.470.56146.5372.5225.69
Hex12713C5402F3893491a
Octal22161741240577022311132
Binary1001011100011111001010100010111111100010010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12713C; }

 p { color: rgb(18,113,60); }

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

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

 a { background-color: rgb(18,113,60); }

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

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

 span { border-color: rgb(18,113,60); }

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