Html Css Color HEX #31993C Forest Green

📋 copy color: '#31993C'

red 49 ◦ green 153 ◦ blue 60

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

Shades of Forest Green #31993C

Tints of Forest Green #31993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.4%

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

R = 18.7%
G = 58.4%
B = 22.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#31993C (or 0x31993C) is known color: Forest Green. HEX triplet: 31, 99 and 3C. RGB value is (49,153,60). Sum of RGB (Red+Green+Blue) = 49+153+60=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #31993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31993C is #CE66C3. Grayscale: #6F6F6F. Windows color (decimal): -13526724 or 3971377. OLE color: 3971377.

HSL color Cylindrical-coordinate representation of color #31993C: hue angle of 126.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31993C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 60 -
CMYK 0.68 0 0.61 0.4
HSL 126.35º 0.51% 0.4% -
HSV(B) 126.35º 0.68% 0.6% -
XYZ 13.47 23.76 8.15 -
YUV 111.3 99.04 83.56 -
System Red Green Blue C M Y K H S L
Decimal 49 153 60 0.68 0 0.61 0.4 126.35 0.51 0.4
Hex 31 99 3C 44 0 3D 28 7E 33 28
Octal 61 231 74 104 0 75 50 176 63 50
Binary 110001 10011001 111100 1000100 0 111101 101000 1111110 110011 101000

Color Harmonies of #31993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31993C

Black with #31993C

Text Example


Text Example

White with #31993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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