Html Css Color HEX #318C1F Forest Green

📋 copy color: '#318C1F'

red 49 ◦ green 140 ◦ blue 31

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

Shades of Forest Green #318C1F

Tints of Forest Green #318C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 22.27%
G = 63.64%
B = 14.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#318C1F (or 0x318C1F) is known color: Forest Green. HEX triplet: 31, 8C and 1F. RGB value is (49,140,31). Sum of RGB (Red+Green+Blue) = 49+140+31=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 140 (55.08% from 255 or 63.64% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 140 - color contains mainly: green. Hex color #318C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C1F is #CE73E0. Grayscale: #646464. Windows color (decimal): -13530081 or 2067505. OLE color: 2067505.

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

Color convert

RGB 49 140 31 -
CMYK 0.65 0 0.78 0.45
HSL 110.09º 0.64% 0.34% -
HSV(B) 110.09º 0.78% 0.55% -
XYZ 10.89 19.51 4.49 -
YUV 100.37 88.85 91.36 -
System Red Green Blue C M Y K H S L
Decimal 49 140 31 0.65 0 0.78 0.45 110.09 0.64 0.34
Hex 31 8C 1F 41 0 4E 2D 6E 40 22
Octal 61 214 37 101 0 116 55 156 100 42
Binary 110001 10001100 11111 1000001 0 1001110 101101 1101110 1000000 100010

Color Harmonies of #318C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C1F

Black with #318C1F

Text Example


Text Example

White with #318C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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