Html Css Color HEX #318C20 Forest Green

📋 copy color: '#318C20'

red 49 ◦ green 140 ◦ blue 32

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

Shades of Forest Green #318C20

Tints of Forest Green #318C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 63.35%

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

R = 22.17%
G = 63.35%
B = 14.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#318C20 (or 0x318C20) is known color: Forest Green. HEX triplet: 31, 8C and 20. RGB value is (49,140,32). Sum of RGB (Red+Green+Blue) = 49+140+32=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #318C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C20 is #CE73DF. Grayscale: #646464. Windows color (decimal): -13530080 or 2133041. OLE color: 2133041.

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

Color convert

RGB 49 140 32 -
CMYK 0.65 0 0.77 0.45
HSL 110.56º 0.63% 0.34% -
HSV(B) 110.56º 0.77% 0.55% -
XYZ 10.91 19.51 4.56 -
YUV 100.48 89.35 91.28 -
System Red Green Blue C M Y K H S L
Decimal 49 140 32 0.65 0 0.77 0.45 110.56 0.63 0.34
Hex 31 8C 20 41 0 4D 2D 6F 3F 22
Octal 61 214 40 101 0 115 55 157 77 42
Binary 110001 10001100 100000 1000001 0 1001101 101101 1101111 111111 100010

Color Harmonies of #318C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C20

Black with #318C20

Text Example


Text Example

White with #318C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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