Html Css Color HEX #148920 Forest Green

📋 copy color: '#148920'

red 20 ◦ green 137 ◦ blue 32

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

Shades of Forest Green #148920

Tints of Forest Green #148920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 72.49%

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 10.58%
G = 72.49%
B = 16.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#148920 (or 0x148920) is known color: Forest Green. HEX triplet: 14, 89 and 20. RGB value is (20,137,32). Sum of RGB (Red+Green+Blue) = 20+137+32=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 137 (53.91% from 255 or 72.49% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 137 - color contains mainly: green. Hex color #148920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148920 is #EB76DF. Grayscale: #5A5A5A. Windows color (decimal): -15431392 or 2132244. OLE color: 2132244.

HSL color Cylindrical-coordinate representation of color #148920: hue angle of 126.15º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148920 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 32 -
CMYK 0.85 0 0.77 0.46
HSL 126.15º 0.75% 0.31% -
HSV(B) 126.15º 0.85% 0.54% -
XYZ 9.49 18.14 4.37 -
YUV 90.05 95.24 78.04 -
System Red Green Blue C M Y K H S L
Decimal 20 137 32 0.85 0 0.77 0.46 126.15 0.75 0.31
Hex 14 89 20 55 0 4D 2E 7E 4B 1F
Octal 24 211 40 125 0 115 56 176 113 37
Binary 10100 10001001 100000 1010101 0 1001101 101110 1111110 1001011 11111

Color Harmonies of #148920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148920

Black with #148920

Text Example


Text Example

White with #148920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148920; }

 p { color: rgb(20,137,32); }

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

background-color css

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

 a { background-color: rgb(20,137,32); }

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

border-color css

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

 span { border-color: rgb(20,137,32); }

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