Html Css Color HEX #148215 Forest Green

📋 copy color: '#148215'

red 20 ◦ green 130 ◦ blue 21

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

Shades of Forest Green #148215

Tints of Forest Green #148215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 76.02%

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 11.7%
G = 76.02%
B = 12.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#148215 (or 0x148215) is known color: Forest Green. HEX triplet: 14, 82 and 15. RGB value is (20,130,21). Sum of RGB (Red+Green+Blue) = 20+130+21=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #148215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148215 is #EB7DEA. Grayscale: #555555. Windows color (decimal): -15433195 or 1409556. OLE color: 1409556.

HSL color Cylindrical-coordinate representation of color #148215: hue angle of 120.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148215 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 21 -
CMYK 0.85 0 0.84 0.49
HSL 120.55º 0.73% 0.29% -
HSV(B) 120.55º 0.85% 0.51% -
XYZ 8.41 16.17 3.39 -
YUV 84.68 92.06 81.86 -
System Red Green Blue C M Y K H S L
Decimal 20 130 21 0.85 0 0.84 0.49 120.55 0.73 0.29
Hex 14 82 15 55 0 54 31 79 49 1D
Octal 24 202 25 125 0 124 61 171 111 35
Binary 10100 10000010 10101 1010101 0 1010100 110001 1111001 1001001 11101

Color Harmonies of #148215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148215

Black with #148215

Text Example


Text Example

White with #148215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148215; }

 p { color: rgb(20,130,21); }

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

background-color css

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

 a { background-color: rgb(20,130,21); }

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

border-color css

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

 span { border-color: rgb(20,130,21); }

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