#14793D

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

Shades of Dark Spring Green #14793D

Tints of Dark Spring Green #14793D

Color information

#14793D (or 0x14793D) is unknown color: approx Dark Spring Green. HEX triplet: 14, 79 and 3D. RGB value is (20,121,61). Sum of RGB (Red+Green+Blue) = 20+121+61=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #14793D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14793D is #EB86C2. Grayscale: #545454. Windows color (decimal): -15435459 or 4028692. OLE color: 4028692.

HSL color Cylindrical-coordinate representation of color #14793D: hue angle of 144.36º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14793D is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB2012161-
CMYK0.8300.500.53
HSL144.36º71.63%27.65%-
HSV(B)144.36º83.47%47.45%-
XYZ7.9714.166.73-
YUV83.96115.0482.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 121 (47.66% from 255) = 59.90%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=9.90%
G=59.90%
B=30.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121610.8300.500.53144.3671.6327.65
Hex14793D530323590481c
Octal24171751230626522011034
Binary1010011110011111011010011011001011010110010000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14793D; }

 p { color: rgb(20,121,61); }

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

<style>
 a { background-color: #14793D; }

 a { background-color: rgb(20,121,61); }

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

<style>
 span { border-color: #14793D; }

 span { border-color: rgb(20,121,61); }

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