Html Css Color HEX #14B730 Dark Pastel Green

📋 copy color: '#14B730'

red 20 ◦ green 183 ◦ blue 48

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

Shades of Dark Pastel Green #14B730

Tints of Dark Pastel Green #14B730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.12%

R = 7.97%
G = 72.91%
B = 19.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#14B730 (or 0x14B730) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 30. RGB value is (20,183,48). Sum of RGB (Red+Green+Blue) = 20+183+48=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #14B730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B730 is #EB48CF. Grayscale: #777777. Windows color (decimal): -15419600 or 3192596. OLE color: 3192596.

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

Color convert

RGB 20 183 48 -
CMYK 0.89 0 0.74 0.28
HSL 130.31º 0.8% 0.4% -
HSV(B) 130.31º 0.89% 0.72% -
XYZ 17.76 34.23 8.47 -
YUV 118.87 88 57.48 -
System Red Green Blue C M Y K H S L
Decimal 20 183 48 0.89 0 0.74 0.28 130.31 0.8 0.4
Hex 14 B7 30 59 0 4A 1C 82 50 28
Octal 24 267 60 131 0 112 34 202 120 50
Binary 10100 10110111 110000 1011001 0 1001010 11100 10000010 1010000 101000

Color Harmonies of #14B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B730

Black with #14B730

Text Example


Text Example

White with #14B730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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