Html Css Color HEX #148311 Forest Green

📋 copy color: '#148311'

red 20 ◦ green 131 ◦ blue 17

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

Shades of Forest Green #148311

Tints of Forest Green #148311

RGB

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

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

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

R = 11.9%
G = 77.98%
B = 10.12%

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

#148311 (or 0x148311) is known color: Forest Green. HEX triplet: 14, 83 and 11. RGB value is (20,131,17). Sum of RGB (Red+Green+Blue) = 20+131+17=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 131 (51.56% from 255 or 77.98% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 131 - color contains mainly: green. Hex color #148311 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148311 is #EB7CEE. Grayscale: #555555. Windows color (decimal): -15432943 or 1147668. OLE color: 1147668.

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

Color convert

RGB 20 131 17 -
CMYK 0.85 0 0.87 0.49
HSL 118.42º 0.77% 0.29% -
HSV(B) 118.42º 0.87% 0.51% -
XYZ 8.51 16.42 3.25 -
YUV 84.82 89.73 81.77 -
System Red Green Blue C M Y K H S L
Decimal 20 131 17 0.85 0 0.87 0.49 118.42 0.77 0.29
Hex 14 83 11 55 0 57 31 76 4D 1D
Octal 24 203 21 125 0 127 61 166 115 35
Binary 10100 10000011 10001 1010101 0 1010111 110001 1110110 1001101 11101

Color Harmonies of #148311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148311

Black with #148311

Text Example


Text Example

White with #148311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148311; }

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

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

background-color css

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

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

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

border-color css

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

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

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