Html Css Color HEX #14743A Dark Spring Green

📋 copy color: '#14743A'

red 20 ◦ green 116 ◦ blue 58

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

Shades of Dark Spring Green #14743A

Tints of Dark Spring Green #14743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.79%

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 10.31%
G = 59.79%
B = 29.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#14743A (or 0x14743A) is known color: Dark Spring Green. HEX triplet: 14, 74 and 3A. RGB value is (20,116,58). Sum of RGB (Red+Green+Blue) = 20+116+58=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #14743A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14743A is #EB8BC5. Grayscale: #505050. Windows color (decimal): -15436742 or 3830804. OLE color: 3830804.

HSL color Cylindrical-coordinate representation of color #14743A: hue angle of 143.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14743A is Cyan = 0.83, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 58 -
CMYK 0.83 0 0.5 0.55
HSL 143.75º 0.71% 0.27% -
HSV(B) 143.75º 0.83% 0.45% -
XYZ 7.3 12.94 6.12 -
YUV 80.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 20 116 58 0.83 0 0.5 0.55 143.75 0.71 0.27
Hex 14 74 3A 53 0 32 37 90 47 1B
Octal 24 164 72 123 0 62 67 220 107 33
Binary 10100 1110100 111010 1010011 0 110010 110111 10010000 1000111 11011

Color Harmonies of #14743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14743A

Black with #14743A

Text Example


Text Example

White with #14743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14743A; }

 p { color: rgb(20,116,58); }

 H1.HeaderClassName
 {
   color: #14743A;
 }
 .AnyTagClassName
 {
   color: #14743A;
 }
</style>

background-color css

<style>
 a { background-color: #14743A; }

 a { background-color: rgb(20,116,58); }

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

border-color css

<style>
 span { border-color: #14743A; }

 span { border-color: rgb(20,116,58); }

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