Html Css Color HEX #147A18 Forest Green

📋 copy color: '#147A18'

red 20 ◦ green 122 ◦ blue 24

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

Shades of Forest Green #147A18

Tints of Forest Green #147A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 73.49%

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

R = 12.05%
G = 73.49%
B = 14.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#147A18 (or 0x147A18) is known color: Forest Green. HEX triplet: 14, 7A and 18. RGB value is (20,122,24). Sum of RGB (Red+Green+Blue) = 20+122+24=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 122 (48.05% from 255 or 73.49% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 122 - color contains mainly: green. Hex color #147A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147A18 is #EB85E7. Grayscale: #505050. Windows color (decimal): -15435240 or 1604116. OLE color: 1604116.

HSL color Cylindrical-coordinate representation of color #147A18: hue angle of 122.35º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A18 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 122 24 -
CMYK 0.84 0 0.80 0.52
HSL 122.35º 0.72% 0.28% -
HSV(B) 122.35º 0.84% 0.48% -
XYZ 7.41 14.13 3.2 -
YUV 80.33 96.21 84.97 -
System Red Green Blue C M Y K H S L
Decimal 20 122 24 0.84 0 0.80 0.52 122.35 0.72 0.28
Hex 14 7A 18 54 0 50 34 7A 48 1C
Octal 24 172 30 124 0 120 64 172 110 34
Binary 10100 1111010 11000 1010100 0 1010000 110100 1111010 1001000 11100

Color Harmonies of #147A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A18

Black with #147A18

Text Example


Text Example

White with #147A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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