Html Css Color HEX #148322 Forest Green

📋 copy color: '#148322'

red 20 ◦ green 131 ◦ blue 34

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

Shades of Forest Green #148322

Tints of Forest Green #148322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 70.81%

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 10.81%
G = 70.81%
B = 18.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#148322 (or 0x148322) is known color: Forest Green. HEX triplet: 14, 83 and 22. RGB value is (20,131,34). Sum of RGB (Red+Green+Blue) = 20+131+34=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #148322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148322 is #EB7CDD. Grayscale: #575757. Windows color (decimal): -15432926 or 2261780. OLE color: 2261780.

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

Color convert

RGB 20 131 34 -
CMYK 0.85 0 0.74 0.49
HSL 127.57º 0.74% 0.3% -
HSV(B) 127.57º 0.85% 0.51% -
XYZ 8.69 16.5 4.24 -
YUV 86.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 20 131 34 0.85 0 0.74 0.49 127.57 0.74 0.3
Hex 14 83 22 55 0 4A 31 80 4A 1E
Octal 24 203 42 125 0 112 61 200 112 36
Binary 10100 10000011 100010 1010101 0 1001010 110001 10000000 1001010 11110

Color Harmonies of #148322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148322

Black with #148322

Text Example


Text Example

White with #148322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148322; }

 p { color: rgb(20,131,34); }

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

background-color css

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

 a { background-color: rgb(20,131,34); }

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

border-color css

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

 span { border-color: rgb(20,131,34); }

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