Html Css Color HEX #319812 Forest Green

📋 copy color: '#319812'

red 49 ◦ green 152 ◦ blue 18

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

Shades of Forest Green #319812

Tints of Forest Green #319812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 69.41%

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

R = 22.37%
G = 69.41%
B = 8.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#319812 (or 0x319812) is known color: Forest Green. HEX triplet: 31, 98 and 12. RGB value is (49,152,18). Sum of RGB (Red+Green+Blue) = 49+152+18=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 152 (59.77% from 255 or 69.41% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 152 - color contains mainly: green. Hex color #319812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319812 is #CE67ED. Grayscale: #6A6A6A. Windows color (decimal): -13527022 or 1218609. OLE color: 1218609.

HSL color Cylindrical-coordinate representation of color #319812: hue angle of 106.12º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #319812 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 18 -
CMYK 0.68 0 0.88 0.40
HSL 106.12º 0.79% 0.33% -
HSV(B) 106.12º 0.88% 0.6% -
XYZ 12.6 23.15 4.38 -
YUV 105.93 78.38 87.4 -
System Red Green Blue C M Y K H S L
Decimal 49 152 18 0.68 0 0.88 0.40 106.12 0.79 0.33
Hex 31 98 12 44 0 58 28 6A 4F 21
Octal 61 230 22 104 0 130 50 152 117 41
Binary 110001 10011000 10010 1000100 0 1011000 101000 1101010 1001111 100001

Color Harmonies of #319812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319812

Black with #319812

Text Example


Text Example

White with #319812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319812; }

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

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

background-color css

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

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

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

border-color css

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

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

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