Html Css Color HEX #31963B Forest Green

📋 copy color: '#31963B'

red 49 ◦ green 150 ◦ blue 59

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

Shades of Forest Green #31963B

Tints of Forest Green #31963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.14%

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 18.99%
G = 58.14%
B = 22.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#31963B (or 0x31963B) is known color: Forest Green. HEX triplet: 31, 96 and 3B. RGB value is (49,150,59). Sum of RGB (Red+Green+Blue) = 49+150+59=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #31963B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31963B is #CE69C4. Grayscale: #6D6D6D. Windows color (decimal): -13527493 or 3905073. OLE color: 3905073.

HSL color Cylindrical-coordinate representation of color #31963B: hue angle of 125.94º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31963B is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 59 -
CMYK 0.67 0 0.61 0.41
HSL 125.94º 0.51% 0.39% -
HSV(B) 125.94º 0.67% 0.59% -
XYZ 12.96 22.78 7.85 -
YUV 109.43 99.54 84.9 -
System Red Green Blue C M Y K H S L
Decimal 49 150 59 0.67 0 0.61 0.41 125.94 0.51 0.39
Hex 31 96 3B 43 0 3D 29 7E 33 27
Octal 61 226 73 103 0 75 51 176 63 47
Binary 110001 10010110 111011 1000011 0 111101 101001 1111110 110011 100111

Color Harmonies of #31963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31963B

Black with #31963B

Text Example


Text Example

White with #31963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31963B; }

 p { color: rgb(49,150,59); }

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

background-color css

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

 a { background-color: rgb(49,150,59); }

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

border-color css

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

 span { border-color: rgb(49,150,59); }

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