Html Css Color HEX #14793B Dark Spring Green

📋 copy color: '#14793B'

red 20 ◦ green 121 ◦ blue 59

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

Shades of Dark Spring Green #14793B

Tints of Dark Spring Green #14793B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 60.5%

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 10%
G = 60.5%
B = 29.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#14793B (or 0x14793B) is known color: Dark Spring Green. HEX triplet: 14, 79 and 3B. RGB value is (20,121,59). Sum of RGB (Red+Green+Blue) = 20+121+59=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #14793B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14793B is #EB86C4. Grayscale: #535353. Windows color (decimal): -15435461 or 3897620. OLE color: 3897620.

HSL color Cylindrical-coordinate representation of color #14793B: hue angle of 143.17º 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 #14793B is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 59 -
CMYK 0.83 0 0.51 0.53
HSL 143.17º 0.72% 0.28% -
HSV(B) 143.17º 0.83% 0.47% -
XYZ 7.92 14.14 6.45 -
YUV 83.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 20 121 59 0.83 0 0.51 0.53 143.17 0.72 0.28
Hex 14 79 3B 53 0 33 35 8F 48 1C
Octal 24 171 73 123 0 63 65 217 110 34
Binary 10100 1111001 111011 1010011 0 110011 110101 10001111 1001000 11100

Color Harmonies of #14793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14793B

Black with #14793B

Text Example


Text Example

White with #14793B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14793B;
 }
 .AnyTagClassName
 {
   color: #14793B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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