Html Css Color HEX #318528 Forest Green

📋 copy color: '#318528'

red 49 ◦ green 133 ◦ blue 40

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

Shades of Forest Green #318528

Tints of Forest Green #318528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.91%

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 22.07%
G = 59.91%
B = 18.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#318528 (or 0x318528) is known color: Forest Green. HEX triplet: 31, 85 and 28. RGB value is (49,133,40). Sum of RGB (Red+Green+Blue) = 49+133+40=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #318528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318528 is #CE7AD7. Grayscale: #616161. Windows color (decimal): -13531864 or 2655537. OLE color: 2655537.

HSL color Cylindrical-coordinate representation of color #318528: hue angle of 114.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #318528 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 40 -
CMYK 0.63 0 0.70 0.48
HSL 114.19º 0.54% 0.34% -
HSV(B) 114.19º 0.7% 0.52% -
XYZ 10.04 17.58 4.87 -
YUV 97.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 49 133 40 0.63 0 0.70 0.48 114.19 0.54 0.34
Hex 31 85 28 3F 0 46 30 72 36 22
Octal 61 205 50 77 0 106 60 162 66 42
Binary 110001 10000101 101000 111111 0 1000110 110000 1110010 110110 100010

Color Harmonies of #318528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318528

Black with #318528

Text Example


Text Example

White with #318528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318528; }

 p { color: rgb(49,133,40); }

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

background-color css

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

 a { background-color: rgb(49,133,40); }

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

border-color css

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

 span { border-color: rgb(49,133,40); }

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