Html Css Color HEX #31953C Forest Green

📋 copy color: '#31953C'

red 49 ◦ green 149 ◦ blue 60

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

Shades of Forest Green #31953C

Tints of Forest Green #31953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.75%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 18.99%
G = 57.75%
B = 23.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#31953C (or 0x31953C) is known color: Forest Green. HEX triplet: 31, 95 and 3C. RGB value is (49,149,60). Sum of RGB (Red+Green+Blue) = 49+149+60=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #31953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31953C is #CE6AC3. Grayscale: #6D6D6D. Windows color (decimal): -13527748 or 3970353. OLE color: 3970353.

HSL color Cylindrical-coordinate representation of color #31953C: hue angle of 126.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31953C is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 60 -
CMYK 0.67 0 0.60 0.42
HSL 126.6º 0.51% 0.39% -
HSV(B) 126.6º 0.67% 0.58% -
XYZ 12.83 22.47 7.94 -
YUV 108.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 49 149 60 0.67 0 0.60 0.42 126.6 0.51 0.39
Hex 31 95 3C 43 0 3C 2A 7F 33 27
Octal 61 225 74 103 0 74 52 177 63 47
Binary 110001 10010101 111100 1000011 0 111100 101010 1111111 110011 100111

Color Harmonies of #31953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31953C

Black with #31953C

Text Example


Text Example

White with #31953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31953C; }

 p { color: rgb(49,149,60); }

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

background-color css

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

 a { background-color: rgb(49,149,60); }

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

border-color css

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

 span { border-color: rgb(49,149,60); }

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