#12833E

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

Shades of Dark Spring Green #12833E

Tints of Dark Spring Green #12833E

Color information

#12833E (or 0x12833E) is unknown color: approx Dark Spring Green. HEX triplet: 12, 83 and 3E. RGB value is (18,131,62). Sum of RGB (Red+Green+Blue) = 18+131+62=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #12833E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12833E is #ED7CC1. Grayscale: #595959. Windows color (decimal): -15563970 or 4096786. OLE color: 4096786.

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

Color convert

RGB1813162-
CMYK0.8600.530.49
HSL143.36º75.84%29.22%-
HSV(B)143.36º86.26%51.37%-
XYZ9.2416.717.3-
YUV89.35112.5677.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 131 (51.56% from 255) = 62.09%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=8.53%
G=62.09%
B=29.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131620.8600.530.49143.3675.8429.22
Hex12833E56035318f4c1d
Octal22203761260656121711435
Binary10010100000111111101010110011010111000110001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12833E; }

 p { color: rgb(18,131,62); }

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

<style>
 a { background-color: #12833E; }

 a { background-color: rgb(18,131,62); }

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

<style>
 span { border-color: #12833E; }

 span { border-color: rgb(18,131,62); }

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