Html Css Color HEX #148312 Forest Green

📋 copy color: '#148312'

red 20 ◦ green 131 ◦ blue 18

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

Shades of Forest Green #148312

Tints of Forest Green #148312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 11.83%
G = 77.51%
B = 10.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#148312 (or 0x148312) is known color: Forest Green. HEX triplet: 14, 83 and 12. RGB value is (20,131,18). Sum of RGB (Red+Green+Blue) = 20+131+18=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 131 (51.56% from 255 or 77.51% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 131 - color contains mainly: green. Hex color #148312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148312 is #EB7CED. Grayscale: #555555. Windows color (decimal): -15432942 or 1213204. OLE color: 1213204.

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

Color convert

RGB 20 131 18 -
CMYK 0.85 0 0.86 0.49
HSL 118.94º 0.76% 0.29% -
HSV(B) 118.94º 0.86% 0.51% -
XYZ 8.51 16.43 3.29 -
YUV 84.93 90.23 81.69 -
System Red Green Blue C M Y K H S L
Decimal 20 131 18 0.85 0 0.86 0.49 118.94 0.76 0.29
Hex 14 83 12 55 0 56 31 77 4C 1D
Octal 24 203 22 125 0 126 61 167 114 35
Binary 10100 10000011 10010 1010101 0 1010110 110001 1110111 1001100 11101

Color Harmonies of #148312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148312

Black with #148312

Text Example


Text Example

White with #148312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148312; }

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

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

background-color css

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

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

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

border-color css

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

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

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