Html Css Color HEX #14B735 Dark Pastel Green

📋 copy color: '#14B735'

red 20 ◦ green 183 ◦ blue 53

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

Shades of Dark Pastel Green #14B735

Tints of Dark Pastel Green #14B735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 7.81%
G = 71.48%
B = 20.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#14B735 (or 0x14B735) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 35. RGB value is (20,183,53). Sum of RGB (Red+Green+Blue) = 20+183+53=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 183 (71.88% from 255 or 71.48% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 183 - color contains mainly: green. Hex color #14B735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B735 is #EB48CA. Grayscale: #777777. Windows color (decimal): -15419595 or 3520276. OLE color: 3520276.

HSL color Cylindrical-coordinate representation of color #14B735: hue angle of 132.15º 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 #14B735 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 183 53 -
CMYK 0.89 0 0.71 0.28
HSL 132.15º 0.8% 0.4% -
HSV(B) 132.15º 0.89% 0.72% -
XYZ 17.86 34.27 9.04 -
YUV 119.44 90.5 57.07 -
System Red Green Blue C M Y K H S L
Decimal 20 183 53 0.89 0 0.71 0.28 132.15 0.8 0.4
Hex 14 B7 35 59 0 47 1C 84 50 28
Octal 24 267 65 131 0 107 34 204 120 50
Binary 10100 10110111 110101 1011001 0 1000111 11100 10000100 1010000 101000

Color Harmonies of #14B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B735

Black with #14B735

Text Example


Text Example

White with #14B735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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