Html Css Color HEX #148216 Forest Green

📋 copy color: '#148216'

red 20 ◦ green 130 ◦ blue 22

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

Shades of Forest Green #148216

Tints of Forest Green #148216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 11.63%
G = 75.58%
B = 12.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#148216 (or 0x148216) is known color: Forest Green. HEX triplet: 14, 82 and 16. RGB value is (20,130,22). Sum of RGB (Red+Green+Blue) = 20+130+22=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #148216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148216 is #EB7DE9. Grayscale: #555555. Windows color (decimal): -15433194 or 1475092. OLE color: 1475092.

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

Color convert

RGB 20 130 22 -
CMYK 0.85 0 0.83 0.49
HSL 121.09º 0.73% 0.29% -
HSV(B) 121.09º 0.85% 0.51% -
XYZ 8.42 16.17 3.44 -
YUV 84.8 92.56 81.78 -
System Red Green Blue C M Y K H S L
Decimal 20 130 22 0.85 0 0.83 0.49 121.09 0.73 0.29
Hex 14 82 16 55 0 53 31 79 49 1D
Octal 24 202 26 125 0 123 61 171 111 35
Binary 10100 10000010 10110 1010101 0 1010011 110001 1111001 1001001 11101

Color Harmonies of #148216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148216

Black with #148216

Text Example


Text Example

White with #148216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148216; }

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

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

background-color css

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

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

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

border-color css

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

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

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