#12823C

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

Shades of Dark Spring Green #12823C

Tints of Dark Spring Green #12823C

Color information

#12823C (or 0x12823C) is unknown color: approx Dark Spring Green. HEX triplet: 12, 82 and 3C. RGB value is (18,130,60). Sum of RGB (Red+Green+Blue) = 18+130+60=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #12823C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12823C is #ED7DC3. Grayscale: #585858. Windows color (decimal): -15564228 or 3965458. OLE color: 3965458.

HSL color Cylindrical-coordinate representation of color #12823C: hue angle of 142.5º 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 #12823C is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1813060-
CMYK0.8600.540.49
HSL142.5º75.68%29.02%-
HSV(B)142.5º86.15%50.98%-
XYZ9.0516.426.97-
YUV88.53111.8977.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 60 (23.83% from 255) = 28.85%
R=8.65%
G=62.5%
B=28.85%

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
Decimal18130600.8600.540.49142.575.6829.02
Hex12823C56036318e4c1d
Octal22202741260666121611435
Binary10010100000101111001010110011011011000110001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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