Html Css Color HEX #14733D Dark Spring Green

📋 copy color: '#14733D'

red 20 ◦ green 115 ◦ blue 61

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

Shades of Dark Spring Green #14733D

Tints of Dark Spring Green #14733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 10.2%
G = 58.67%
B = 31.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#14733D (or 0x14733D) is known color: Dark Spring Green. HEX triplet: 14, 73 and 3D. RGB value is (20,115,61). Sum of RGB (Red+Green+Blue) = 20+115+61=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #14733D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14733D is #EB8CC2. Grayscale: #505050. Windows color (decimal): -15436995 or 4027156. OLE color: 4027156.

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

Color convert

RGB 20 115 61 -
CMYK 0.83 0 0.47 0.55
HSL 145.89º 0.7% 0.26% -
HSV(B) 145.89º 0.83% 0.45% -
XYZ 7.26 12.75 6.49 -
YUV 80.44 117.03 84.89 -
System Red Green Blue C M Y K H S L
Decimal 20 115 61 0.83 0 0.47 0.55 145.89 0.7 0.26
Hex 14 73 3D 53 0 2F 37 92 46 1A
Octal 24 163 75 123 0 57 67 222 106 32
Binary 10100 1110011 111101 1010011 0 101111 110111 10010010 1000110 11010

Color Harmonies of #14733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14733D

Black with #14733D

Text Example


Text Example

White with #14733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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