#12733E

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

Shades of Dark Spring Green #12733E

Tints of Dark Spring Green #12733E

Color information

#12733E (or 0x12733E) is unknown color: approx Dark Spring Green. HEX triplet: 12, 73 and 3E. RGB value is (18,115,62). Sum of RGB (Red+Green+Blue) = 18+115+62=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #12733E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12733E is #ED8CC1. Grayscale: #505050. Windows color (decimal): -15568066 or 4092690. OLE color: 4092690.

HSL color Cylindrical-coordinate representation of color #12733E: hue angle of 147.22º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12733E is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1811562-
CMYK0.8400.460.55
HSL147.22º72.93%26.08%-
HSV(B)147.22º84.35%45.1%-
XYZ7.2512.746.63-
YUV79.96117.8683.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 115 (45.31% from 255) = 58.97%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=9.23%
G=58.97%
B=31.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115620.8400.460.55147.2272.9326.08
Hex12733E5402E3793491a
Octal22163761240566722311132
Binary1001011100111111101010100010111011011110010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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