Html Css Color HEX #319D0D Forest Green

📋 copy color: '#319D0D'

red 49 ◦ green 157 ◦ blue 13

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

Shades of Forest Green #319D0D

Tints of Forest Green #319D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 71.69%

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 22.37%
G = 71.69%
B = 5.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#319D0D (or 0x319D0D) is known color: Forest Green. HEX triplet: 31, 9D and 0D. RGB value is (49,157,13). Sum of RGB (Red+Green+Blue) = 49+157+13=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 157 (61.72% from 255 or 71.69% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 157 - color contains mainly: green. Hex color #319D0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319D0D is #CE62F2. Grayscale: #6C6C6C. Windows color (decimal): -13525747 or 892209. OLE color: 892209.

HSL color Cylindrical-coordinate representation of color #319D0D: hue angle of 105º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #319D0D is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 157 13 -
CMYK 0.69 0 0.92 0.38
HSL 105º 0.85% 0.33% -
HSV(B) 105º 0.92% 0.62% -
XYZ 13.4 24.8 4.46 -
YUV 108.29 74.22 85.71 -
System Red Green Blue C M Y K H S L
Decimal 49 157 13 0.69 0 0.92 0.38 105 0.85 0.33
Hex 31 9D D 45 0 5C 26 69 55 21
Octal 61 235 15 105 0 134 46 151 125 41
Binary 110001 10011101 1101 1000101 0 1011100 100110 1101001 1010101 100001

Color Harmonies of #319D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D0D

Black with #319D0D

Text Example


Text Example

White with #319D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,157,13); }

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

background-color css

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

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

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

border-color css

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

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

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