Html Css Color HEX #14A331 Forest Green

📋 copy color: '#14A331'

red 20 ◦ green 163 ◦ blue 49

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

Shades of Forest Green #14A331

Tints of Forest Green #14A331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 70.26%

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

R = 8.62%
G = 70.26%
B = 21.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#14A331 (or 0x14A331) is known color: Forest Green. HEX triplet: 14, A3 and 31. RGB value is (20,163,49). Sum of RGB (Red+Green+Blue) = 20+163+49=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 163 (64.06% from 255 or 70.26% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 163 - color contains mainly: green. Hex color #14A331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A331 is #EB5CCE. Grayscale: #6B6B6B. Windows color (decimal): -15424719 or 3253012. OLE color: 3253012.

HSL color Cylindrical-coordinate representation of color #14A331: hue angle of 132.17º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A331 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 49 -
CMYK 0.88 0 0.70 0.36
HSL 132.17º 0.78% 0.36% -
HSV(B) 132.17º 0.88% 0.64% -
XYZ 13.94 26.56 7.3 -
YUV 107.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 20 163 49 0.88 0 0.70 0.36 132.17 0.78 0.36
Hex 14 A3 31 58 0 46 24 84 4E 24
Octal 24 243 61 130 0 106 44 204 116 44
Binary 10100 10100011 110001 1011000 0 1000110 100100 10000100 1001110 100100

Color Harmonies of #14A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A331

Black with #14A331

Text Example


Text Example

White with #14A331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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