Html Css Color HEX #14B749 Dark Pastel Green

📋 copy color: '#14B749'

red 20 ◦ green 183 ◦ blue 73

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

Shades of Dark Pastel Green #14B749

Tints of Dark Pastel Green #14B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 66.3%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 7.25%
G = 66.3%
B = 26.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#14B749 (or 0x14B749) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 49. RGB value is (20,183,73). Sum of RGB (Red+Green+Blue) = 20+183+73=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #14B749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B749 is #EB48B6. Grayscale: #7A7A7A. Windows color (decimal): -15419575 or 4830996. OLE color: 4830996.

HSL color Cylindrical-coordinate representation of color #14B749: hue angle of 139.51º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B749 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 183 73 -
CMYK 0.89 0 0.60 0.28
HSL 139.51º 0.8% 0.4% -
HSV(B) 139.51º 0.89% 0.72% -
XYZ 18.42 34.5 11.99 -
YUV 121.72 100.5 55.44 -
System Red Green Blue C M Y K H S L
Decimal 20 183 73 0.89 0 0.60 0.28 139.51 0.8 0.4
Hex 14 B7 49 59 0 3C 1C 8C 50 28
Octal 24 267 111 131 0 74 34 214 120 50
Binary 10100 10110111 1001001 1011001 0 111100 11100 10001100 1010000 101000

Color Harmonies of #14B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B749

Black with #14B749

Text Example


Text Example

White with #14B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14B749; }

 p { color: rgb(20,183,73); }

 H1.HeaderClassName
 {
   color: #14B749;
 }
 .AnyTagClassName
 {
   color: #14B749;
 }
</style>

background-color css

<style>
 a { background-color: #14B749; }

 a { background-color: rgb(20,183,73); }

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

border-color css

<style>
 span { border-color: #14B749; }

 span { border-color: rgb(20,183,73); }

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