Html Css Color HEX #318E20 Forest Green

📋 copy color: '#318E20'

red 49 ◦ green 142 ◦ blue 32

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

Shades of Forest Green #318E20

Tints of Forest Green #318E20

RGB

 RED value IS 49 (19.53% from 255) = 21.97%

 GREEN value IS 142 (55.86% from 255) = 63.68%

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

R = 21.97%
G = 63.68%
B = 14.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#318E20 (or 0x318E20) is known color: Forest Green. HEX triplet: 31, 8E and 20. RGB value is (49,142,32). Sum of RGB (Red+Green+Blue) = 49+142+32=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #318E20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318E20 is #CE71DF. Grayscale: #666666. Windows color (decimal): -13529568 or 2133553. OLE color: 2133553.

HSL color Cylindrical-coordinate representation of color #318E20: hue angle of 110.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #318E20 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 142 32 -
CMYK 0.65 0 0.77 0.44
HSL 110.73º 0.63% 0.34% -
HSV(B) 110.73º 0.77% 0.56% -
XYZ 11.2 20.1 4.66 -
YUV 101.65 88.69 90.44 -
System Red Green Blue C M Y K H S L
Decimal 49 142 32 0.65 0 0.77 0.44 110.73 0.63 0.34
Hex 31 8E 20 41 0 4D 2C 6F 3F 22
Octal 61 216 40 101 0 115 54 157 77 42
Binary 110001 10001110 100000 1000001 0 1001101 101100 1101111 111111 100010

Color Harmonies of #318E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E20

Black with #318E20

Text Example


Text Example

White with #318E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318E20; }

 p { color: rgb(49,142,32); }

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

background-color css

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

 a { background-color: rgb(49,142,32); }

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

border-color css

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

 span { border-color: rgb(49,142,32); }

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