Html Css Color HEX #148211 Forest Green

📋 copy color: '#148211'

red 20 ◦ green 130 ◦ blue 17

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

Shades of Forest Green #148211

Tints of Forest Green #148211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 11.98%
G = 77.84%
B = 10.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#148211 (or 0x148211) is known color: Forest Green. HEX triplet: 14, 82 and 11. RGB value is (20,130,17). Sum of RGB (Red+Green+Blue) = 20+130+17=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #148211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148211 is #EB7DEE. Grayscale: #545454. Windows color (decimal): -15433199 or 1147412. OLE color: 1147412.

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

Color convert

RGB 20 130 17 -
CMYK 0.85 0 0.87 0.49
HSL 118.41º 0.77% 0.29% -
HSV(B) 118.41º 0.87% 0.51% -
XYZ 8.37 16.15 3.21 -
YUV 84.23 90.06 82.19 -
System Red Green Blue C M Y K H S L
Decimal 20 130 17 0.85 0 0.87 0.49 118.41 0.77 0.29
Hex 14 82 11 55 0 57 31 76 4D 1D
Octal 24 202 21 125 0 127 61 166 115 35
Binary 10100 10000010 10001 1010101 0 1010111 110001 1110110 1001101 11101

Color Harmonies of #148211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148211

Black with #148211

Text Example


Text Example

White with #148211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148211; }

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

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

background-color css

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

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

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

border-color css

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

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

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