Html Css Color HEX #14891A Forest Green

📋 copy color: '#14891A'

red 20 ◦ green 137 ◦ blue 26

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

Shades of Forest Green #14891A

Tints of Forest Green #14891A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 74.86%

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 10.93%
G = 74.86%
B = 14.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#14891A (or 0x14891A) is known color: Forest Green. HEX triplet: 14, 89 and 1A. RGB value is (20,137,26). Sum of RGB (Red+Green+Blue) = 20+137+26=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 137 (53.91% from 255 or 74.86% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 137 - color contains mainly: green. Hex color #14891A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14891A is #EB76E5. Grayscale: #595959. Windows color (decimal): -15431398 or 1739028. OLE color: 1739028.

HSL color Cylindrical-coordinate representation of color #14891A: hue angle of 123.08º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14891A is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 26 -
CMYK 0.85 0 0.81 0.46
HSL 123.08º 0.75% 0.31% -
HSV(B) 123.08º 0.85% 0.54% -
XYZ 9.42 18.11 3.98 -
YUV 89.36 92.24 78.53 -
System Red Green Blue C M Y K H S L
Decimal 20 137 26 0.85 0 0.81 0.46 123.08 0.75 0.31
Hex 14 89 1A 55 0 51 2E 7B 4B 1F
Octal 24 211 32 125 0 121 56 173 113 37
Binary 10100 10001001 11010 1010101 0 1010001 101110 1111011 1001011 11111

Color Harmonies of #14891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14891A

Black with #14891A

Text Example


Text Example

White with #14891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14891A; }

 p { color: rgb(20,137,26); }

 H1.HeaderClassName
 {
   color: #14891A;
 }
 .AnyTagClassName
 {
   color: #14891A;
 }
</style>

background-color css

<style>
 a { background-color: #14891A; }

 a { background-color: rgb(20,137,26); }

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

border-color css

<style>
 span { border-color: #14891A; }

 span { border-color: rgb(20,137,26); }

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