Html Css Color HEX #14802A Forest Green

📋 copy color: '#14802A'

red 20 ◦ green 128 ◦ blue 42

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

Shades of Forest Green #14802A

Tints of Forest Green #14802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 67.37%

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 10.53%
G = 67.37%
B = 22.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#14802A (or 0x14802A) is known color: Forest Green. HEX triplet: 14, 80 and 2A. RGB value is (20,128,42). Sum of RGB (Red+Green+Blue) = 20+128+42=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #14802A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14802A is #EB7FD5. Grayscale: #565656. Windows color (decimal): -15433686 or 2785300. OLE color: 2785300.

HSL color Cylindrical-coordinate representation of color #14802A: hue angle of 132.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14802A is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 42 -
CMYK 0.84 0 0.67 0.50
HSL 132.22º 0.73% 0.29% -
HSV(B) 132.22º 0.84% 0.5% -
XYZ 8.43 15.75 4.79 -
YUV 85.9 103.22 80.99 -
System Red Green Blue C M Y K H S L
Decimal 20 128 42 0.84 0 0.67 0.50 132.22 0.73 0.29
Hex 14 80 2A 54 0 43 32 84 49 1D
Octal 24 200 52 124 0 103 62 204 111 35
Binary 10100 10000000 101010 1010100 0 1000011 110010 10000100 1001001 11101

Color Harmonies of #14802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14802A

Black with #14802A

Text Example


Text Example

White with #14802A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,128,42); }

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

background-color css

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

 a { background-color: rgb(20,128,42); }

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

border-color css

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

 span { border-color: rgb(20,128,42); }

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