Html Css Color HEX #148620 Forest Green

📋 copy color: '#148620'

red 20 ◦ green 134 ◦ blue 32

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

Shades of Forest Green #148620

Tints of Forest Green #148620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 72.04%

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

R = 10.75%
G = 72.04%
B = 17.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#148620 (or 0x148620) is known color: Forest Green. HEX triplet: 14, 86 and 20. RGB value is (20,134,32). Sum of RGB (Red+Green+Blue) = 20+134+32=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #148620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148620 is #EB79DF. Grayscale: #585858. Windows color (decimal): -15432160 or 2131476. OLE color: 2131476.

HSL color Cylindrical-coordinate representation of color #148620: hue angle of 126.32º 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 #148620 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 32 -
CMYK 0.85 0 0.76 0.47
HSL 126.32º 0.74% 0.3% -
HSV(B) 126.32º 0.85% 0.53% -
XYZ 9.07 17.3 4.23 -
YUV 88.29 96.23 79.29 -
System Red Green Blue C M Y K H S L
Decimal 20 134 32 0.85 0 0.76 0.47 126.32 0.74 0.3
Hex 14 86 20 55 0 4C 2F 7E 4A 1E
Octal 24 206 40 125 0 114 57 176 112 36
Binary 10100 10000110 100000 1010101 0 1001100 101111 1111110 1001010 11110

Color Harmonies of #148620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148620

Black with #148620

Text Example


Text Example

White with #148620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148620; }

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

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

background-color css

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

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

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

border-color css

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

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

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