Html Css Color HEX #319425 Forest Green

📋 copy color: '#319425'

red 49 ◦ green 148 ◦ blue 37

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

Shades of Forest Green #319425

Tints of Forest Green #319425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.25%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 20.94%
G = 63.25%
B = 15.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#319425 (or 0x319425) is known color: Forest Green. HEX triplet: 31, 94 and 25. RGB value is (49,148,37). Sum of RGB (Red+Green+Blue) = 49+148+37=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #319425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319425 is #CE6BDA. Grayscale: #6A6A6A. Windows color (decimal): -13528027 or 2462769. OLE color: 2462769.

HSL color Cylindrical-coordinate representation of color #319425: hue angle of 113.51º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319425 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 37 -
CMYK 0.67 0 0.75 0.42
HSL 113.51º 0.6% 0.36% -
HSV(B) 113.51º 0.75% 0.58% -
XYZ 12.19 21.97 5.35 -
YUV 105.75 89.2 87.53 -
System Red Green Blue C M Y K H S L
Decimal 49 148 37 0.67 0 0.75 0.42 113.51 0.6 0.36
Hex 31 94 25 43 0 4B 2A 72 3C 24
Octal 61 224 45 103 0 113 52 162 74 44
Binary 110001 10010100 100101 1000011 0 1001011 101010 1110010 111100 100100

Color Harmonies of #319425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319425

Black with #319425

Text Example


Text Example

White with #319425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319425; }

 p { color: rgb(49,148,37); }

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

background-color css

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

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

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

border-color css

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

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

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