Html Css Color HEX #148221 Forest Green

📋 copy color: '#148221'

red 20 ◦ green 130 ◦ blue 33

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

Shades of Forest Green #148221

Tints of Forest Green #148221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 10.93%
G = 71.04%
B = 18.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#148221 (or 0x148221) is known color: Forest Green. HEX triplet: 14, 82 and 21. RGB value is (20,130,33). Sum of RGB (Red+Green+Blue) = 20+130+33=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #148221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148221 is #EB7DDE. Grayscale: #565656. Windows color (decimal): -15433183 or 2195988. OLE color: 2195988.

HSL color Cylindrical-coordinate representation of color #148221: hue angle of 127.09º 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 #148221 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 33 -
CMYK 0.85 0 0.75 0.49
HSL 127.09º 0.73% 0.29% -
HSV(B) 127.09º 0.85% 0.51% -
XYZ 8.55 16.22 4.12 -
YUV 86.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 20 130 33 0.85 0 0.75 0.49 127.09 0.73 0.29
Hex 14 82 21 55 0 4B 31 7F 49 1D
Octal 24 202 41 125 0 113 61 177 111 35
Binary 10100 10000010 100001 1010101 0 1001011 110001 1111111 1001001 11101

Color Harmonies of #148221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148221

Black with #148221

Text Example


Text Example

White with #148221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148221; }

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

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

background-color css

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

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

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

border-color css

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

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

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