#12733A

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

Shades of Dark Spring Green #12733A

Tints of Dark Spring Green #12733A

Color information

#12733A (or 0x12733A) is unknown color: approx Dark Spring Green. HEX triplet: 12, 73 and 3A. RGB value is (18,115,58). Sum of RGB (Red+Green+Blue) = 18+115+58=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #12733A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12733A is #ED8CC5. Grayscale: #4F4F4F. Windows color (decimal): -15568070 or 3830546. OLE color: 3830546.

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

Color convert

RGB1811558-
CMYK0.8400.500.55
HSL144.74º72.93%26.08%-
HSV(B)144.74º84.35%45.1%-
XYZ7.1412.76.08-
YUV79.5115.8684.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=9.42%
G=60.21%
B=30.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115580.8400.500.55144.7472.9326.08
Hex12733A540323791491a
Octal22163721240626722111132
Binary1001011100111110101010100011001011011110010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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