Html Css Color HEX #148520 Forest Green

📋 copy color: '#148520'

red 20 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #148520

Tints of Forest Green #148520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 10.81%
G = 71.89%
B = 17.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#148520 (or 0x148520) is known color: Forest Green. HEX triplet: 14, 85 and 20. RGB value is (20,133,32). Sum of RGB (Red+Green+Blue) = 20+133+32=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #148520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148520 is #EB7ADF. Grayscale: #575757. Windows color (decimal): -15432416 or 2131220. OLE color: 2131220.

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

Color convert

RGB 20 133 32 -
CMYK 0.85 0 0.76 0.48
HSL 126.37º 0.74% 0.3% -
HSV(B) 126.37º 0.85% 0.52% -
XYZ 8.94 17.03 4.18 -
YUV 87.7 96.56 79.71 -
System Red Green Blue C M Y K H S L
Decimal 20 133 32 0.85 0 0.76 0.48 126.37 0.74 0.3
Hex 14 85 20 55 0 4C 30 7E 4A 1E
Octal 24 205 40 125 0 114 60 176 112 36
Binary 10100 10000101 100000 1010101 0 1001100 110000 1111110 1001010 11110

Color Harmonies of #148520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148520

Black with #148520

Text Example


Text Example

White with #148520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148520; }

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

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

background-color css

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

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

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

border-color css

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

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

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