#12773E

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

Shades of Dark Spring Green #12773E

Tints of Dark Spring Green #12773E

Color information

#12773E (or 0x12773E) is unknown color: approx Dark Spring Green. HEX triplet: 12, 77 and 3E. RGB value is (18,119,62). Sum of RGB (Red+Green+Blue) = 18+119+62=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #12773E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12773E is #ED88C1. Grayscale: #525252. Windows color (decimal): -15567042 or 4093714. OLE color: 4093714.

HSL color Cylindrical-coordinate representation of color #12773E: hue angle of 146.14º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12773E is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1811962-
CMYK0.8500.480.53
HSL146.14º73.72%26.86%-
HSV(B)146.14º84.87%46.67%-
XYZ7.7213.676.79-
YUV82.3116.5482.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=9.05%
G=59.80%
B=31.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119620.8500.480.53146.1473.7226.86
Hex12773E5503035924a1b
Octal22167761250606522211233
Binary1001011101111111101010101011000011010110010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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