#12823B

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

Shades of Dark Spring Green #12823B

Tints of Dark Spring Green #12823B

Color information

#12823B (or 0x12823B) is unknown color: approx Dark Spring Green. HEX triplet: 12, 82 and 3B. RGB value is (18,130,59). Sum of RGB (Red+Green+Blue) = 18+130+59=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #12823B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12823B is #ED7DC4. Grayscale: #585858. Windows color (decimal): -15564229 or 3899922. OLE color: 3899922.

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

Color convert

RGB1813059-
CMYK0.8600.550.49
HSL141.96º75.68%29.02%-
HSV(B)141.96º86.15%50.98%-
XYZ9.0216.416.83-
YUV88.42111.3977.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 130 (51.17% from 255) = 62.80%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=8.70%
G=62.80%
B=28.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130590.8600.550.49141.9675.6829.02
Hex12823B56037318e4c1d
Octal22202731260676121611435
Binary10010100000101110111010110011011111000110001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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