Html Css Color HEX #148D1F Forest Green

📋 copy color: '#148D1F'

red 20 ◦ green 141 ◦ blue 31

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

Shades of Forest Green #148D1F

Tints of Forest Green #148D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 73.44%

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 10.42%
G = 73.44%
B = 16.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#148D1F (or 0x148D1F) is known color: Forest Green. HEX triplet: 14, 8D and 1F. RGB value is (20,141,31). Sum of RGB (Red+Green+Blue) = 20+141+31=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 141 (55.47% from 255 or 73.44% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 141 - color contains mainly: green. Hex color #148D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148D1F is #EB72E0. Grayscale: #5C5C5C. Windows color (decimal): -15430369 or 2067732. OLE color: 2067732.

HSL color Cylindrical-coordinate representation of color #148D1F: hue angle of 125.45º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D1F is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 141 31 -
CMYK 0.86 0 0.78 0.45
HSL 125.45º 0.75% 0.32% -
HSV(B) 125.45º 0.86% 0.55% -
XYZ 10.06 19.3 4.49 -
YUV 92.28 93.41 76.44 -
System Red Green Blue C M Y K H S L
Decimal 20 141 31 0.86 0 0.78 0.45 125.45 0.75 0.32
Hex 14 8D 1F 56 0 4E 2D 7D 4B 20
Octal 24 215 37 126 0 116 55 175 113 40
Binary 10100 10001101 11111 1010110 0 1001110 101101 1111101 1001011 100000

Color Harmonies of #148D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148D1F

Black with #148D1F

Text Example


Text Example

White with #148D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148D1F; }

 p { color: rgb(20,141,31); }

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

background-color css

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

 a { background-color: rgb(20,141,31); }

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

border-color css

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

 span { border-color: rgb(20,141,31); }

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