Html Css Color HEX #148015 Forest Green

📋 copy color: '#148015'

red 20 ◦ green 128 ◦ blue 21

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

Shades of Forest Green #148015

Tints of Forest Green #148015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 75.74%

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

R = 11.83%
G = 75.74%
B = 12.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#148015 (or 0x148015) is known color: Forest Green. HEX triplet: 14, 80 and 15. RGB value is (20,128,21). Sum of RGB (Red+Green+Blue) = 20+128+21=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #148015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148015 is #EB7FEA. Grayscale: #535353. Windows color (decimal): -15433707 or 1409044. OLE color: 1409044.

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

Color convert

RGB 20 128 21 -
CMYK 0.84 0 0.84 0.50
HSL 120.56º 0.73% 0.29% -
HSV(B) 120.56º 0.84% 0.5% -
XYZ 8.14 15.64 3.3 -
YUV 83.51 92.72 82.7 -
System Red Green Blue C M Y K H S L
Decimal 20 128 21 0.84 0 0.84 0.50 120.56 0.73 0.29
Hex 14 80 15 54 0 54 32 79 49 1D
Octal 24 200 25 124 0 124 62 171 111 35
Binary 10100 10000000 10101 1010100 0 1010100 110010 1111001 1001001 11101

Color Harmonies of #148015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148015

Black with #148015

Text Example


Text Example

White with #148015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148015; }

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

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

background-color css

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

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

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

border-color css

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

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

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