Html Css Color HEX #14733F Dark Spring Green

📋 copy color: '#14733F'

red 20 ◦ green 115 ◦ blue 63

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

Shades of Dark Spring Green #14733F

Tints of Dark Spring Green #14733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.82%

R = 10.1%
G = 58.08%
B = 31.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#14733F (or 0x14733F) is known color: Dark Spring Green. HEX triplet: 14, 73 and 3F. RGB value is (20,115,63). Sum of RGB (Red+Green+Blue) = 20+115+63=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #14733F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14733F is #EB8CC0. Grayscale: #505050. Windows color (decimal): -15436993 or 4158228. OLE color: 4158228.

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

Color convert

RGB 20 115 63 -
CMYK 0.83 0 0.45 0.55
HSL 147.16º 0.7% 0.26% -
HSV(B) 147.16º 0.83% 0.45% -
XYZ 7.32 12.77 6.78 -
YUV 80.67 118.03 84.73 -
System Red Green Blue C M Y K H S L
Decimal 20 115 63 0.83 0 0.45 0.55 147.16 0.7 0.26
Hex 14 73 3F 53 0 2D 37 93 46 1A
Octal 24 163 77 123 0 55 67 223 106 32
Binary 10100 1110011 111111 1010011 0 101101 110111 10010011 1000110 11010

Color Harmonies of #14733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14733F

Black with #14733F

Text Example


Text Example

White with #14733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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