Html Css Color HEX #319932 Forest Green

📋 copy color: '#319932'

red 49 ◦ green 153 ◦ blue 50

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

Shades of Forest Green #319932

Tints of Forest Green #319932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 19.44%
G = 60.71%
B = 19.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#319932 (or 0x319932) is known color: Forest Green. HEX triplet: 31, 99 and 32. RGB value is (49,153,50). Sum of RGB (Red+Green+Blue) = 49+153+50=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #319932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319932 is #CE66CD. Grayscale: #6E6E6E. Windows color (decimal): -13526734 or 3316017. OLE color: 3316017.

HSL color Cylindrical-coordinate representation of color #319932: hue angle of 120.58º 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 #319932 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 50 -
CMYK 0.68 0 0.67 0.4
HSL 120.58º 0.51% 0.4% -
HSV(B) 120.58º 0.68% 0.6% -
XYZ 13.23 23.67 6.89 -
YUV 110.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 49 153 50 0.68 0 0.67 0.4 120.58 0.51 0.4
Hex 31 99 32 44 0 43 28 79 33 28
Octal 61 231 62 104 0 103 50 171 63 50
Binary 110001 10011001 110010 1000100 0 1000011 101000 1111001 110011 101000

Color Harmonies of #319932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319932

Black with #319932

Text Example


Text Example

White with #319932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319932; }

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

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

background-color css

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

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

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

border-color css

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

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

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