Html Css Color HEX #14733E Dark Spring Green

📋 copy color: '#14733E'

red 20 ◦ green 115 ◦ blue 62

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

Shades of Dark Spring Green #14733E

Tints of Dark Spring Green #14733E

RGB

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

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

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

R = 10.15%
G = 58.38%
B = 31.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#14733E (or 0x14733E) is known color: Dark Spring Green. HEX triplet: 14, 73 and 3E. RGB value is (20,115,62). Sum of RGB (Red+Green+Blue) = 20+115+62=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #14733E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14733E is #EB8CC1. Grayscale: #505050. Windows color (decimal): -15436994 or 4092692. OLE color: 4092692.

HSL color Cylindrical-coordinate representation of color #14733E: hue angle of 146.53º 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 #14733E is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 62 -
CMYK 0.83 0 0.46 0.55
HSL 146.53º 0.7% 0.26% -
HSV(B) 146.53º 0.83% 0.45% -
XYZ 7.29 12.76 6.64 -
YUV 80.55 117.53 84.81 -
System Red Green Blue C M Y K H S L
Decimal 20 115 62 0.83 0 0.46 0.55 146.53 0.7 0.26
Hex 14 73 3E 53 0 2E 37 93 46 1A
Octal 24 163 76 123 0 56 67 223 106 32
Binary 10100 1110011 111110 1010011 0 101110 110111 10010011 1000110 11010

Color Harmonies of #14733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14733E

Black with #14733E

Text Example


Text Example

White with #14733E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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