#12813B

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

Shades of Dark Spring Green #12813B

Tints of Dark Spring Green #12813B

Color information

#12813B (or 0x12813B) is unknown color: approx Dark Spring Green. HEX triplet: 12, 81 and 3B. RGB value is (18,129,59). Sum of RGB (Red+Green+Blue) = 18+129+59=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #12813B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12813B is #ED7EC4. Grayscale: #585858. Windows color (decimal): -15564485 or 3899666. OLE color: 3899666.

HSL color Cylindrical-coordinate representation of color #12813B: hue angle of 142.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12813B is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1812959-
CMYK0.8600.540.49
HSL142.16º75.51%28.82%-
HSV(B)142.16º86.05%50.59%-
XYZ8.8916.146.79-
YUV87.83111.7378.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 129 (50.78% from 255) = 62.62%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=8.74%
G=62.62%
B=28.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18129590.8600.540.49142.1675.5128.82
Hex12813B56036318e4c1d
Octal22201731260666121611435
Binary10010100000011110111010110011011011000110001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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