#14803F

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

Shades of Dark Spring Green #14803F

Tints of Dark Spring Green #14803F

Color information

#14803F (or 0x14803F) is unknown color: approx Dark Spring Green. HEX triplet: 14, 80 and 3F. RGB value is (20,128,63). Sum of RGB (Red+Green+Blue) = 20+128+63=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #14803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14803F is #EB7FC0. Grayscale: #585858. Windows color (decimal): -15433665 or 4161556. OLE color: 4161556.

HSL color Cylindrical-coordinate representation of color #14803F: hue angle of 143.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14803F is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB2012863-
CMYK0.8400.510.50
HSL143.89º72.97%29.02%-
HSV(B)143.89º84.38%50.2%-
XYZ8.915.957.31-
YUV88.3113.7279.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 128 (50.39% from 255) = 60.66%
BLUE value IS 63 (25% from 255) = 29.86%
R=9.48%
G=60.66%
B=29.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128630.8400.510.50143.8972.9729.02
Hex14803F540333290491d
Octal24200771240636222011135
Binary10100100000001111111010100011001111001010010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14803F; }

 p { color: rgb(20,128,63); }

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

<style>
 a { background-color: #14803F; }

 a { background-color: rgb(20,128,63); }

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

<style>
 span { border-color: #14803F; }

 span { border-color: rgb(20,128,63); }

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