Html Css Color HEX #319F12 Forest Green

📋 copy color: '#319F12'

red 49 ◦ green 159 ◦ blue 18

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

Shades of Forest Green #319F12

Tints of Forest Green #319F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 70.35%

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 21.68%
G = 70.35%
B = 7.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#319F12 (or 0x319F12) is known color: Forest Green. HEX triplet: 31, 9F and 12. RGB value is (49,159,18). Sum of RGB (Red+Green+Blue) = 49+159+18=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 159 (62.5% from 255 or 70.35% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 159 - color contains mainly: green. Hex color #319F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319F12 is #CE60ED. Grayscale: #6E6E6E. Windows color (decimal): -13525230 or 1220401. OLE color: 1220401.

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

Color convert

RGB 49 159 18 -
CMYK 0.69 0 0.89 0.38
HSL 106.81º 0.8% 0.35% -
HSV(B) 106.81º 0.89% 0.62% -
XYZ 13.77 25.49 4.77 -
YUV 110.04 76.06 84.46 -
System Red Green Blue C M Y K H S L
Decimal 49 159 18 0.69 0 0.89 0.38 106.81 0.8 0.35
Hex 31 9F 12 45 0 59 26 6B 50 23
Octal 61 237 22 105 0 131 46 153 120 43
Binary 110001 10011111 10010 1000101 0 1011001 100110 1101011 1010000 100011

Color Harmonies of #319F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F12

Black with #319F12

Text Example


Text Example

White with #319F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,18); }

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

background-color css

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

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

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

border-color css

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

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

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