Html Css Color HEX #14703F Dark Spring Green

📋 copy color: '#14703F'

red 20 ◦ green 112 ◦ blue 63

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

Shades of Dark Spring Green #14703F

Tints of Dark Spring Green #14703F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.31%

R = 10.26%
G = 57.44%
B = 32.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#14703F (or 0x14703F) is known color: Dark Spring Green. HEX triplet: 14, 70 and 3F. RGB value is (20,112,63). Sum of RGB (Red+Green+Blue) = 20+112+63=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #14703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14703F is #EB8FC0. Grayscale: #4F4F4F. Windows color (decimal): -15437761 or 4157460. OLE color: 4157460.

HSL color Cylindrical-coordinate representation of color #14703F: hue angle of 148.04º 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 #14703F is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 63 -
CMYK 0.82 0 0.44 0.56
HSL 148.04º 0.7% 0.26% -
HSV(B) 148.04º 0.82% 0.44% -
XYZ 6.98 12.1 6.67 -
YUV 78.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 20 112 63 0.82 0 0.44 0.56 148.04 0.7 0.26
Hex 14 70 3F 52 0 2C 38 94 46 1A
Octal 24 160 77 122 0 54 70 224 106 32
Binary 10100 1110000 111111 1010010 0 101100 111000 10010100 1000110 11010

Color Harmonies of #14703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14703F

Black with #14703F

Text Example


Text Example

White with #14703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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