Html Css Color HEX #319814 Forest Green

📋 copy color: '#319814'

red 49 ◦ green 152 ◦ blue 20

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

Shades of Forest Green #319814

Tints of Forest Green #319814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 22.17%
G = 68.78%
B = 9.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#319814 (or 0x319814) is known color: Forest Green. HEX triplet: 31, 98 and 14. RGB value is (49,152,20). Sum of RGB (Red+Green+Blue) = 49+152+20=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 152 (59.77% from 255 or 68.78% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 152 - color contains mainly: green. Hex color #319814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319814 is #CE67EB. Grayscale: #6A6A6A. Windows color (decimal): -13527020 or 1349681. OLE color: 1349681.

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

Color convert

RGB 49 152 20 -
CMYK 0.68 0 0.87 0.40
HSL 106.82º 0.77% 0.34% -
HSV(B) 106.82º 0.87% 0.6% -
XYZ 12.62 23.16 4.47 -
YUV 106.16 79.38 87.23 -
System Red Green Blue C M Y K H S L
Decimal 49 152 20 0.68 0 0.87 0.40 106.82 0.77 0.34
Hex 31 98 14 44 0 57 28 6B 4D 22
Octal 61 230 24 104 0 127 50 153 115 42
Binary 110001 10011000 10100 1000100 0 1010111 101000 1101011 1001101 100010

Color Harmonies of #319814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319814

Black with #319814

Text Example


Text Example

White with #319814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319814; }

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

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

background-color css

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

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

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

border-color css

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

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

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