Html Css Color HEX #147918 Forest Green

📋 copy color: '#147918'

red 20 ◦ green 121 ◦ blue 24

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

Shades of Forest Green #147918

Tints of Forest Green #147918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 73.33%

 BLUE value IS 24 (9.77% from 255) = 14.55%

R = 12.12%
G = 73.33%
B = 14.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#147918 (or 0x147918) is known color: Forest Green. HEX triplet: 14, 79 and 18. RGB value is (20,121,24). Sum of RGB (Red+Green+Blue) = 20+121+24=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 121 (47.66% from 255 or 73.33% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 121 - color contains mainly: green. Hex color #147918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147918 is #EB86E7. Grayscale: #505050. Windows color (decimal): -15435496 or 1603860. OLE color: 1603860.

HSL color Cylindrical-coordinate representation of color #147918: hue angle of 122.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147918 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 24 -
CMYK 0.83 0 0.80 0.53
HSL 122.38º 0.72% 0.28% -
HSV(B) 122.38º 0.83% 0.47% -
XYZ 7.29 13.89 3.16 -
YUV 79.74 96.54 85.39 -
System Red Green Blue C M Y K H S L
Decimal 20 121 24 0.83 0 0.80 0.53 122.38 0.72 0.28
Hex 14 79 18 53 0 50 35 7A 48 1C
Octal 24 171 30 123 0 120 65 172 110 34
Binary 10100 1111001 11000 1010011 0 1010000 110101 1111010 1001000 11100

Color Harmonies of #147918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147918

Black with #147918

Text Example


Text Example

White with #147918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147918; }

 p { color: rgb(20,121,24); }

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

background-color css

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

 a { background-color: rgb(20,121,24); }

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

border-color css

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

 span { border-color: rgb(20,121,24); }

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