Html Css Color HEX #14B631 Dark Pastel Green

📋 copy color: '#14B631'

red 20 ◦ green 182 ◦ blue 49

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

Shades of Dark Pastel Green #14B631

Tints of Dark Pastel Green #14B631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 72.51%

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 7.97%
G = 72.51%
B = 19.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#14B631 (or 0x14B631) is known color: Dark Pastel Green. HEX triplet: 14, B6 and 31. RGB value is (20,182,49). Sum of RGB (Red+Green+Blue) = 20+182+49=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 182 (71.48% from 255 or 72.51% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 182 - color contains mainly: green. Hex color #14B631 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B631 is #EB49CE. Grayscale: #767676. Windows color (decimal): -15419855 or 3257876. OLE color: 3257876.

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

Color convert

RGB 20 182 49 -
CMYK 0.89 0 0.73 0.29
HSL 130.74º 0.8% 0.4% -
HSV(B) 130.74º 0.89% 0.71% -
XYZ 17.57 33.83 8.51 -
YUV 118.4 88.83 57.81 -
System Red Green Blue C M Y K H S L
Decimal 20 182 49 0.89 0 0.73 0.29 130.74 0.8 0.4
Hex 14 B6 31 59 0 49 1D 83 50 28
Octal 24 266 61 131 0 111 35 203 120 50
Binary 10100 10110110 110001 1011001 0 1001001 11101 10000011 1010000 101000

Color Harmonies of #14B631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B631

Black with #14B631

Text Example


Text Example

White with #14B631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,49); }

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

background-color css

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

 a { background-color: rgb(20,182,49); }

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

border-color css

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

 span { border-color: rgb(20,182,49); }

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