Html Css Color HEX #148511 Forest Green

📋 copy color: '#148511'

red 20 ◦ green 133 ◦ blue 17

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

Shades of Forest Green #148511

Tints of Forest Green #148511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 78.24%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 11.76%
G = 78.24%
B = 10%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#148511 (or 0x148511) is known color: Forest Green. HEX triplet: 14, 85 and 11. RGB value is (20,133,17). Sum of RGB (Red+Green+Blue) = 20+133+17=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #148511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148511 is #EB7AEE. Grayscale: #565656. Windows color (decimal): -15432431 or 1148180. OLE color: 1148180.

HSL color Cylindrical-coordinate representation of color #148511: hue angle of 118.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148511 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 17 -
CMYK 0.85 0 0.87 0.48
HSL 118.45º 0.77% 0.29% -
HSV(B) 118.45º 0.87% 0.52% -
XYZ 8.78 16.96 3.34 -
YUV 85.99 89.06 80.93 -
System Red Green Blue C M Y K H S L
Decimal 20 133 17 0.85 0 0.87 0.48 118.45 0.77 0.29
Hex 14 85 11 55 0 57 30 76 4D 1D
Octal 24 205 21 125 0 127 60 166 115 35
Binary 10100 10000101 10001 1010101 0 1010111 110000 1110110 1001101 11101

Color Harmonies of #148511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148511

Black with #148511

Text Example


Text Example

White with #148511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148511; }

 p { color: rgb(20,133,17); }

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

background-color css

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

 a { background-color: rgb(20,133,17); }

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

border-color css

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

 span { border-color: rgb(20,133,17); }

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