Html Css Color HEX #14901C Forest Green

📋 copy color: '#14901C'

red 20 ◦ green 144 ◦ blue 28

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

Shades of Forest Green #14901C

Tints of Forest Green #14901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 75%

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 10.42%
G = 75%
B = 14.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#14901C (or 0x14901C) is known color: Forest Green. HEX triplet: 14, 90 and 1C. RGB value is (20,144,28). Sum of RGB (Red+Green+Blue) = 20+144+28=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 144 (56.64% from 255 or 75% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 144 - color contains mainly: green. Hex color #14901C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14901C is #EB6FE3. Grayscale: #5E5E5E. Windows color (decimal): -15429604 or 1871892. OLE color: 1871892.

HSL color Cylindrical-coordinate representation of color #14901C: hue angle of 123.87º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14901C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 28 -
CMYK 0.86 0 0.81 0.44
HSL 123.87º 0.76% 0.32% -
HSV(B) 123.87º 0.86% 0.56% -
XYZ 10.47 20.18 4.44 -
YUV 93.7 90.92 75.43 -
System Red Green Blue C M Y K H S L
Decimal 20 144 28 0.86 0 0.81 0.44 123.87 0.76 0.32
Hex 14 90 1C 56 0 51 2C 7C 4C 20
Octal 24 220 34 126 0 121 54 174 114 40
Binary 10100 10010000 11100 1010110 0 1010001 101100 1111100 1001100 100000

Color Harmonies of #14901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14901C

Black with #14901C

Text Example


Text Example

White with #14901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14901C; }

 p { color: rgb(20,144,28); }

 H1.HeaderClassName
 {
   color: #14901C;
 }
 .AnyTagClassName
 {
   color: #14901C;
 }
</style>

background-color css

<style>
 a { background-color: #14901C; }

 a { background-color: rgb(20,144,28); }

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

border-color css

<style>
 span { border-color: #14901C; }

 span { border-color: rgb(20,144,28); }

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