Html Css Color HEX #14743E Dark Spring Green

📋 copy color: '#14743E'

red 20 ◦ green 116 ◦ blue 62

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

Shades of Dark Spring Green #14743E

Tints of Dark Spring Green #14743E

RGB

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

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

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

R = 10.1%
G = 58.59%
B = 31.31%

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

#14743E (or 0x14743E) is known color: Dark Spring Green. HEX triplet: 14, 74 and 3E. RGB value is (20,116,62). Sum of RGB (Red+Green+Blue) = 20+116+62=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #14743E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14743E is #EB8BC1. Grayscale: #515151. Windows color (decimal): -15436738 or 4092948. OLE color: 4092948.

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

Color convert

RGB 20 116 62 -
CMYK 0.83 0 0.47 0.55
HSL 146.25º 0.71% 0.27% -
HSV(B) 146.25º 0.83% 0.45% -
XYZ 7.4 12.99 6.67 -
YUV 81.14 117.2 84.39 -
System Red Green Blue C M Y K H S L
Decimal 20 116 62 0.83 0 0.47 0.55 146.25 0.71 0.27
Hex 14 74 3E 53 0 2F 37 92 47 1B
Octal 24 164 76 123 0 57 67 222 107 33
Binary 10100 1110100 111110 1010011 0 101111 110111 10010010 1000111 11011

Color Harmonies of #14743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14743E

Black with #14743E

Text Example


Text Example

White with #14743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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