#12733C

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

Shades of Dark Spring Green #12733C

Tints of Dark Spring Green #12733C

Color information

#12733C (or 0x12733C) is unknown color: approx Dark Spring Green. HEX triplet: 12, 73 and 3C. RGB value is (18,115,60). Sum of RGB (Red+Green+Blue) = 18+115+60=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #12733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12733C is #ED8CC3. Grayscale: #4F4F4F. Windows color (decimal): -15568068 or 3961618. OLE color: 3961618.

HSL color Cylindrical-coordinate representation of color #12733C: hue angle of 145.98º 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 #12733C is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1811560-
CMYK0.8400.480.55
HSL145.98º72.93%26.08%-
HSV(B)145.98º84.35%45.1%-
XYZ7.212.726.35-
YUV79.73116.8683.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=9.33%
G=59.59%
B=31.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115600.8400.480.55145.9872.9326.08
Hex12733C540303792491a
Octal22163741240606722211132
Binary1001011100111111001010100011000011011110010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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