Html Css Color HEX #319B2A Forest Green

📋 copy color: '#319B2A'

red 49 ◦ green 155 ◦ blue 42

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

Shades of Forest Green #319B2A

Tints of Forest Green #319B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 63.01%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 19.92%
G = 63.01%
B = 17.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#319B2A (or 0x319B2A) is known color: Forest Green. HEX triplet: 31, 9B and 2A. RGB value is (49,155,42). Sum of RGB (Red+Green+Blue) = 49+155+42=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 155 (60.94% from 255 or 63.01% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 155 - color contains mainly: green. Hex color #319B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B2A is #CE64D5. Grayscale: #6E6E6E. Windows color (decimal): -13526230 or 2792241. OLE color: 2792241.

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

Color convert

RGB 49 155 42 -
CMYK 0.68 0 0.73 0.39
HSL 116.28º 0.57% 0.39% -
HSV(B) 116.28º 0.73% 0.61% -
XYZ 13.41 24.26 6.17 -
YUV 110.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 49 155 42 0.68 0 0.73 0.39 116.28 0.57 0.39
Hex 31 9B 2A 44 0 49 27 74 39 27
Octal 61 233 52 104 0 111 47 164 71 47
Binary 110001 10011011 101010 1000100 0 1001001 100111 1110100 111001 100111

Color Harmonies of #319B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B2A

Black with #319B2A

Text Example


Text Example

White with #319B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,42); }

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

background-color css

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

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

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

border-color css

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

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

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