Html Css Color HEX #148115 Forest Green

📋 copy color: '#148115'

red 20 ◦ green 129 ◦ blue 21

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

Shades of Forest Green #148115

Tints of Forest Green #148115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 75.88%

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

R = 11.76%
G = 75.88%
B = 12.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#148115 (or 0x148115) is known color: Forest Green. HEX triplet: 14, 81 and 15. RGB value is (20,129,21). Sum of RGB (Red+Green+Blue) = 20+129+21=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #148115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148115 is #EB7EEA. Grayscale: #545454. Windows color (decimal): -15433451 or 1409300. OLE color: 1409300.

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

Color convert

RGB 20 129 21 -
CMYK 0.84 0 0.84 0.49
HSL 120.55º 0.73% 0.29% -
HSV(B) 120.55º 0.84% 0.51% -
XYZ 8.27 15.9 3.34 -
YUV 84.1 92.39 82.28 -
System Red Green Blue C M Y K H S L
Decimal 20 129 21 0.84 0 0.84 0.49 120.55 0.73 0.29
Hex 14 81 15 54 0 54 31 79 49 1D
Octal 24 201 25 124 0 124 61 171 111 35
Binary 10100 10000001 10101 1010100 0 1010100 110001 1111001 1001001 11101

Color Harmonies of #148115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148115

Black with #148115

Text Example


Text Example

White with #148115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148115; }

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

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

background-color css

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

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

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

border-color css

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

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

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