Html Css Color HEX #319E12 Forest Green

📋 copy color: '#319E12'

red 49 ◦ green 158 ◦ blue 18

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

Shades of Forest Green #319E12

Tints of Forest Green #319E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 70.22%

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

R = 21.78%
G = 70.22%
B = 8%

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

#319E12 (or 0x319E12) is known color: Forest Green. HEX triplet: 31, 9E and 12. RGB value is (49,158,18). Sum of RGB (Red+Green+Blue) = 49+158+18=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 158 (62.11% from 255 or 70.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 158 - color contains mainly: green. Hex color #319E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319E12 is #CE61ED. Grayscale: #6D6D6D. Windows color (decimal): -13525486 or 1220145. OLE color: 1220145.

HSL color Cylindrical-coordinate representation of color #319E12: hue angle of 106.71º 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 #319E12 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 18 -
CMYK 0.69 0 0.89 0.38
HSL 106.71º 0.8% 0.35% -
HSV(B) 106.71º 0.89% 0.62% -
XYZ 13.6 25.15 4.71 -
YUV 109.45 76.39 84.88 -
System Red Green Blue C M Y K H S L
Decimal 49 158 18 0.69 0 0.89 0.38 106.71 0.8 0.35
Hex 31 9E 12 45 0 59 26 6B 50 23
Octal 61 236 22 105 0 131 46 153 120 43
Binary 110001 10011110 10010 1000101 0 1011001 100110 1101011 1010000 100011

Color Harmonies of #319E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E12

Black with #319E12

Text Example


Text Example

White with #319E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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