Html Css Color HEX #14733A Dark Spring Green

📋 copy color: '#14733A'

red 20 ◦ green 115 ◦ blue 58

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

Shades of Dark Spring Green #14733A

Tints of Dark Spring Green #14733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.59%

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

R = 10.36%
G = 59.59%
B = 30.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#14733A (or 0x14733A) is known color: Dark Spring Green. HEX triplet: 14, 73 and 3A. RGB value is (20,115,58). Sum of RGB (Red+Green+Blue) = 20+115+58=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #14733A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14733A is #EB8CC5. Grayscale: #505050. Windows color (decimal): -15436998 or 3830548. OLE color: 3830548.

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

Color convert

RGB 20 115 58 -
CMYK 0.83 0 0.50 0.55
HSL 144º 0.7% 0.26% -
HSV(B) 144º 0.83% 0.45% -
XYZ 7.18 12.72 6.08 -
YUV 80.1 115.53 85.13 -
System Red Green Blue C M Y K H S L
Decimal 20 115 58 0.83 0 0.50 0.55 144 0.7 0.26
Hex 14 73 3A 53 0 32 37 90 46 1A
Octal 24 163 72 123 0 62 67 220 106 32
Binary 10100 1110011 111010 1010011 0 110010 110111 10010000 1000110 11010

Color Harmonies of #14733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14733A

Black with #14733A

Text Example


Text Example

White with #14733A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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