Html Css Color HEX #148715 Forest Green

📋 copy color: '#148715'

red 20 ◦ green 135 ◦ blue 21

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

Shades of Forest Green #148715

Tints of Forest Green #148715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 76.7%

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

R = 11.36%
G = 76.7%
B = 11.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#148715 (or 0x148715) is known color: Forest Green. HEX triplet: 14, 87 and 15. RGB value is (20,135,21). Sum of RGB (Red+Green+Blue) = 20+135+21=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 135 (53.12% from 255 or 76.70% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 135 - color contains mainly: green. Hex color #148715 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148715 is #EB78EA. Grayscale: #575757. Windows color (decimal): -15431915 or 1410836. OLE color: 1410836.

HSL color Cylindrical-coordinate representation of color #148715: hue angle of 120.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148715 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 21 -
CMYK 0.85 0 0.84 0.47
HSL 120.52º 0.74% 0.3% -
HSV(B) 120.52º 0.85% 0.53% -
XYZ 9.09 17.53 3.61 -
YUV 87.62 90.4 79.77 -
System Red Green Blue C M Y K H S L
Decimal 20 135 21 0.85 0 0.84 0.47 120.52 0.74 0.3
Hex 14 87 15 55 0 54 2F 79 4A 1E
Octal 24 207 25 125 0 124 57 171 112 36
Binary 10100 10000111 10101 1010101 0 1010100 101111 1111001 1001010 11110

Color Harmonies of #148715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148715

Black with #148715

Text Example


Text Example

White with #148715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148715; }

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

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

background-color css

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

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

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

border-color css

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

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

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