Html Css Color HEX #318B2C Forest Green

📋 copy color: '#318B2C'

red 49 ◦ green 139 ◦ blue 44

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

Shades of Forest Green #318B2C

Tints of Forest Green #318B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 59.91%

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 21.12%
G = 59.91%
B = 18.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#318B2C (or 0x318B2C) is known color: Forest Green. HEX triplet: 31, 8B and 2C. RGB value is (49,139,44). Sum of RGB (Red+Green+Blue) = 49+139+44=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #318B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B2C is #CE74D3. Grayscale: #656565. Windows color (decimal): -13530324 or 2919217. OLE color: 2919217.

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

Color convert

RGB 49 139 44 -
CMYK 0.65 0 0.68 0.45
HSL 116.84º 0.52% 0.36% -
HSV(B) 116.84º 0.68% 0.55% -
XYZ 10.95 19.3 5.53 -
YUV 101.26 95.68 90.72 -
System Red Green Blue C M Y K H S L
Decimal 49 139 44 0.65 0 0.68 0.45 116.84 0.52 0.36
Hex 31 8B 2C 41 0 44 2D 75 34 24
Octal 61 213 54 101 0 104 55 165 64 44
Binary 110001 10001011 101100 1000001 0 1000100 101101 1110101 110100 100100

Color Harmonies of #318B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B2C

Black with #318B2C

Text Example


Text Example

White with #318B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,139,44); }

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

background-color css

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

 a { background-color: rgb(49,139,44); }

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

border-color css

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

 span { border-color: rgb(49,139,44); }

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