Html Css Color HEX #319C31 Forest Green

📋 copy color: '#319C31'

red 49 ◦ green 156 ◦ blue 49

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

Shades of Forest Green #319C31

Tints of Forest Green #319C31

RGB

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

 GREEN value IS 156 (61.33% from 255) = 61.42%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 19.29%
G = 61.42%
B = 19.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#319C31 (or 0x319C31) is known color: Forest Green. HEX triplet: 31, 9C and 31. RGB value is (49,156,49). Sum of RGB (Red+Green+Blue) = 49+156+49=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 156 (61.33% from 255 or 61.42% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 156 - color contains mainly: green. Hex color #319C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C31 is #CE63CE. Grayscale: #707070. Windows color (decimal): -13525967 or 3251249. OLE color: 3251249.

HSL color Cylindrical-coordinate representation of color #319C31: hue angle of 120º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C31 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 156 49 -
CMYK 0.69 0 0.69 0.39
HSL 120º 0.52% 0.4% -
HSV(B) 120º 0.69% 0.61% -
XYZ 13.71 24.65 6.94 -
YUV 111.81 92.55 83.2 -
System Red Green Blue C M Y K H S L
Decimal 49 156 49 0.69 0 0.69 0.39 120 0.52 0.4
Hex 31 9C 31 45 0 45 27 78 34 28
Octal 61 234 61 105 0 105 47 170 64 50
Binary 110001 10011100 110001 1000101 0 1000101 100111 1111000 110100 101000

Color Harmonies of #319C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C31

Black with #319C31

Text Example


Text Example

White with #319C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319C31; }

 p { color: rgb(49,156,49); }

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

background-color css

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

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

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

border-color css

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

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

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