#12703B

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

Shades of Dark Spring Green #12703B

Tints of Dark Spring Green #12703B

Color information

#12703B (or 0x12703B) is unknown color: approx Dark Spring Green. HEX triplet: 12, 70 and 3B. RGB value is (18,112,59). Sum of RGB (Red+Green+Blue) = 18+112+59=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #12703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12703B is #ED8FC4. Grayscale: #4D4D4D. Windows color (decimal): -15568837 or 3895314. OLE color: 3895314.

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

Color convert

RGB1811259-
CMYK0.8400.470.56
HSL146.17º72.31%25.49%-
HSV(B)146.17º83.93%43.92%-
XYZ6.8312.036.1-
YUV77.85117.3685.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=9.52%
G=59.26%
B=31.22%

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
Decimal18112590.8400.470.56146.1772.3125.49
Hex12703B5402F38924819
Octal22160731240577022211031
Binary1001011100001110111010100010111111100010010010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,112,59); }

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

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

 a { background-color: rgb(18,112,59); }

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

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

 span { border-color: rgb(18,112,59); }

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