Html Css Color HEX #14703E Dark Spring Green

📋 copy color: '#14703E'

red 20 ◦ green 112 ◦ blue 62

#14703E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #14703E

Tints of Dark Spring Green #14703E

RGB

 RED value IS 20 (8.2% from 255) = 10.31%

 GREEN value IS 112 (44.14% from 255) = 57.73%

 BLUE value IS 62 (24.61% from 255) = 31.96%

R = 10.31%
G = 57.73%
B = 31.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#14703E (or 0x14703E) is known color: Dark Spring Green. HEX triplet: 14, 70 and 3E. RGB value is (20,112,62). Sum of RGB (Red+Green+Blue) = 20+112+62=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #14703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14703E is #EB8FC1. Grayscale: #4E4E4E. Windows color (decimal): -15437762 or 4091924. OLE color: 4091924.

HSL color Cylindrical-coordinate representation of color #14703E: hue angle of 147.39º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14703E is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 62 -
CMYK 0.82 0 0.45 0.56
HSL 147.39º 0.7% 0.26% -
HSV(B) 147.39º 0.82% 0.44% -
XYZ 6.95 12.08 6.52 -
YUV 78.79 118.52 86.07 -
System Red Green Blue C M Y K H S L
Decimal 20 112 62 0.82 0 0.45 0.56 147.39 0.7 0.26
Hex 14 70 3E 52 0 2D 38 93 46 1A
Octal 24 160 76 122 0 55 70 223 106 32
Binary 10100 1110000 111110 1010010 0 101101 111000 10010011 1000110 11010

Color Harmonies of #14703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14703E

Black with #14703E

Text Example


Text Example

White with #14703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,112,62); }

 H1.HeaderClassName
 {
   color: #14703E;
 }
 .AnyTagClassName
 {
   color: #14703E;
 }
</style>

background-color css

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

 a { background-color: rgb(20,112,62); }

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

border-color css

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

 span { border-color: rgb(20,112,62); }

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