Html Css Color HEX #14743C Dark Spring Green

📋 copy color: '#14743C'

red 20 ◦ green 116 ◦ blue 60

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

Shades of Dark Spring Green #14743C

Tints of Dark Spring Green #14743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 10.2%
G = 59.18%
B = 30.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#14743C (or 0x14743C) is known color: Dark Spring Green. HEX triplet: 14, 74 and 3C. RGB value is (20,116,60). Sum of RGB (Red+Green+Blue) = 20+116+60=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #14743C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14743C is #EB8BC3. Grayscale: #515151. Windows color (decimal): -15436740 or 3961876. OLE color: 3961876.

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

Color convert

RGB 20 116 60 -
CMYK 0.83 0 0.48 0.55
HSL 145º 0.71% 0.27% -
HSV(B) 145º 0.83% 0.45% -
XYZ 7.35 12.97 6.39 -
YUV 80.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 20 116 60 0.83 0 0.48 0.55 145 0.71 0.27
Hex 14 74 3C 53 0 30 37 91 47 1B
Octal 24 164 74 123 0 60 67 221 107 33
Binary 10100 1110100 111100 1010011 0 110000 110111 10010001 1000111 11011

Color Harmonies of #14743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14743C

Black with #14743C

Text Example


Text Example

White with #14743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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