Html Css Color HEX #14841A Forest Green

📋 copy color: '#14841A'

red 20 ◦ green 132 ◦ blue 26

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

Shades of Forest Green #14841A

Tints of Forest Green #14841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.16%

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

R = 11.24%
G = 74.16%
B = 14.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#14841A (or 0x14841A) is known color: Forest Green. HEX triplet: 14, 84 and 1A. RGB value is (20,132,26). Sum of RGB (Red+Green+Blue) = 20+132+26=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #14841A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14841A is #EB7BE5. Grayscale: #565656. Windows color (decimal): -15432678 or 1737748. OLE color: 1737748.

HSL color Cylindrical-coordinate representation of color #14841A: hue angle of 123.21º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14841A is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 26 -
CMYK 0.85 0 0.80 0.48
HSL 123.21º 0.74% 0.3% -
HSV(B) 123.21º 0.85% 0.52% -
XYZ 8.73 16.73 3.75 -
YUV 86.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 20 132 26 0.85 0 0.80 0.48 123.21 0.74 0.3
Hex 14 84 1A 55 0 50 30 7B 4A 1E
Octal 24 204 32 125 0 120 60 173 112 36
Binary 10100 10000100 11010 1010101 0 1010000 110000 1111011 1001010 11110

Color Harmonies of #14841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14841A

Black with #14841A

Text Example


Text Example

White with #14841A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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