Html Css Color HEX #14AA28 Forest Green

📋 copy color: '#14AA28'

red 20 ◦ green 170 ◦ blue 40

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

Shades of Forest Green #14AA28

Tints of Forest Green #14AA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 73.91%

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 8.7%
G = 73.91%
B = 17.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#14AA28 (or 0x14AA28) is known color: Forest Green. HEX triplet: 14, AA and 28. RGB value is (20,170,40). Sum of RGB (Red+Green+Blue) = 20+170+40=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 170 (66.80% from 255 or 73.91% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA28 is #EB55D7. Grayscale: #6E6E6E. Windows color (decimal): -15422936 or 2664980. OLE color: 2664980.

HSL color Cylindrical-coordinate representation of color #14AA28: hue angle of 128º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA28 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 170 40 -
CMYK 0.88 0 0.76 0.33
HSL 128º 0.79% 0.37% -
HSV(B) 128º 0.88% 0.67% -
XYZ 15.05 29.05 6.82 -
YUV 110.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 20 170 40 0.88 0 0.76 0.33 128 0.79 0.37
Hex 14 AA 28 58 0 4C 21 80 4F 25
Octal 24 252 50 130 0 114 41 200 117 45
Binary 10100 10101010 101000 1011000 0 1001100 100001 10000000 1001111 100101

Color Harmonies of #14AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA28

Black with #14AA28

Text Example


Text Example

White with #14AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,40); }

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

background-color css

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

 a { background-color: rgb(20,170,40); }

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

border-color css

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

 span { border-color: rgb(20,170,40); }

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