Html Css Color HEX #14A030 Forest Green

📋 copy color: '#14A030'

red 20 ◦ green 160 ◦ blue 48

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

Shades of Forest Green #14A030

Tints of Forest Green #14A030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 70.18%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 8.77%
G = 70.18%
B = 21.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#14A030 (or 0x14A030) is known color: Forest Green. HEX triplet: 14, A0 and 30. RGB value is (20,160,48). Sum of RGB (Red+Green+Blue) = 20+160+48=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #14A030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A030 is #EB5FCF. Grayscale: #696969. Windows color (decimal): -15425488 or 3186708. OLE color: 3186708.

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

Color convert

RGB 20 160 48 -
CMYK 0.88 0 0.70 0.37
HSL 132º 0.78% 0.35% -
HSV(B) 132º 0.88% 0.63% -
XYZ 13.39 25.5 7.01 -
YUV 105.37 95.62 67.11 -
System Red Green Blue C M Y K H S L
Decimal 20 160 48 0.88 0 0.70 0.37 132 0.78 0.35
Hex 14 A0 30 58 0 46 25 84 4E 23
Octal 24 240 60 130 0 106 45 204 116 43
Binary 10100 10100000 110000 1011000 0 1000110 100101 10000100 1001110 100011

Color Harmonies of #14A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A030

Black with #14A030

Text Example


Text Example

White with #14A030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,160,48); }

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

background-color css

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

 a { background-color: rgb(20,160,48); }

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

border-color css

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

 span { border-color: rgb(20,160,48); }

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