Html Css Color HEX #318E32 Forest Green

📋 copy color: '#318E32'

red 49 ◦ green 142 ◦ blue 50

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

Shades of Forest Green #318E32

Tints of Forest Green #318E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 20.33%
G = 58.92%
B = 20.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#318E32 (or 0x318E32) is known color: Forest Green. HEX triplet: 31, 8E and 32. RGB value is (49,142,50). Sum of RGB (Red+Green+Blue) = 49+142+50=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #318E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318E32 is #CE71CD. Grayscale: #676767. Windows color (decimal): -13529550 or 3313201. OLE color: 3313201.

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

Color convert

RGB 49 142 50 -
CMYK 0.65 0 0.65 0.44
HSL 120.65º 0.49% 0.37% -
HSV(B) 120.65º 0.65% 0.56% -
XYZ 11.52 20.23 6.32 -
YUV 103.71 97.69 88.98 -
System Red Green Blue C M Y K H S L
Decimal 49 142 50 0.65 0 0.65 0.44 120.65 0.49 0.37
Hex 31 8E 32 41 0 41 2C 79 31 25
Octal 61 216 62 101 0 101 54 171 61 45
Binary 110001 10001110 110010 1000001 0 1000001 101100 1111001 110001 100101

Color Harmonies of #318E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E32

Black with #318E32

Text Example


Text Example

White with #318E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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