Html Css Color HEX #147518 Forest Green

📋 copy color: '#147518'

red 20 ◦ green 117 ◦ blue 24

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

Shades of Forest Green #147518

Tints of Forest Green #147518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 72.67%

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

R = 12.42%
G = 72.67%
B = 14.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#147518 (or 0x147518) is known color: Forest Green. HEX triplet: 14, 75 and 18. RGB value is (20,117,24). Sum of RGB (Red+Green+Blue) = 20+117+24=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #147518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147518 is #EB8AE7. Grayscale: #4D4D4D. Windows color (decimal): -15436520 or 1602836. OLE color: 1602836.

HSL color Cylindrical-coordinate representation of color #147518: hue angle of 122.47º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147518 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 24 -
CMYK 0.83 0 0.79 0.54
HSL 122.47º 0.71% 0.27% -
HSV(B) 122.47º 0.83% 0.46% -
XYZ 6.81 12.94 3 -
YUV 77.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 20 117 24 0.83 0 0.79 0.54 122.47 0.71 0.27
Hex 14 75 18 53 0 4F 36 7A 47 1B
Octal 24 165 30 123 0 117 66 172 107 33
Binary 10100 1110101 11000 1010011 0 1001111 110110 1111010 1000111 11011

Color Harmonies of #147518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147518

Black with #147518

Text Example


Text Example

White with #147518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147518; }

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

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

background-color css

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

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

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

border-color css

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

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

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