Html Css Color HEX #148915 Forest Green

📋 copy color: '#148915'

red 20 ◦ green 137 ◦ blue 21

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

Shades of Forest Green #148915

Tints of Forest Green #148915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 76.97%

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 11.24%
G = 76.97%
B = 11.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#148915 (or 0x148915) is known color: Forest Green. HEX triplet: 14, 89 and 15. RGB value is (20,137,21). Sum of RGB (Red+Green+Blue) = 20+137+21=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 137 (53.91% from 255 or 76.97% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 137 - color contains mainly: green. Hex color #148915 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148915 is #EB76EA. Grayscale: #595959. Windows color (decimal): -15431403 or 1411348. OLE color: 1411348.

HSL color Cylindrical-coordinate representation of color #148915: hue angle of 120.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148915 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 21 -
CMYK 0.85 0 0.85 0.46
HSL 120.51º 0.75% 0.31% -
HSV(B) 120.51º 0.85% 0.54% -
XYZ 9.37 18.09 3.71 -
YUV 88.79 89.74 78.93 -
System Red Green Blue C M Y K H S L
Decimal 20 137 21 0.85 0 0.85 0.46 120.51 0.75 0.31
Hex 14 89 15 55 0 55 2E 79 4B 1F
Octal 24 211 25 125 0 125 56 171 113 37
Binary 10100 10001001 10101 1010101 0 1010101 101110 1111001 1001011 11111

Color Harmonies of #148915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148915

Black with #148915

Text Example


Text Example

White with #148915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148915; }

 p { color: rgb(20,137,21); }

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

background-color css

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

 a { background-color: rgb(20,137,21); }

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

border-color css

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

 span { border-color: rgb(20,137,21); }

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