Html Css Color HEX #319C1C Forest Green

📋 copy color: '#319C1C'

red 49 ◦ green 156 ◦ blue 28

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

Shades of Forest Green #319C1C

Tints of Forest Green #319C1C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 66.95%

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 21.03%
G = 66.95%
B = 12.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#319C1C (or 0x319C1C) is known color: Forest Green. HEX triplet: 31, 9C and 1C. RGB value is (49,156,28). Sum of RGB (Red+Green+Blue) = 49+156+28=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 156 (61.33% from 255 or 66.95% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 156 - color contains mainly: green. Hex color #319C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C1C is #CE63E3. Grayscale: #6D6D6D. Windows color (decimal): -13525988 or 1874993. OLE color: 1874993.

HSL color Cylindrical-coordinate representation of color #319C1C: hue angle of 110.16º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #319C1C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 156 28 -
CMYK 0.69 0 0.82 0.39
HSL 110.16º 0.7% 0.36% -
HSV(B) 110.16º 0.82% 0.61% -
XYZ 13.36 24.51 5.13 -
YUV 109.42 82.05 84.91 -
System Red Green Blue C M Y K H S L
Decimal 49 156 28 0.69 0 0.82 0.39 110.16 0.7 0.36
Hex 31 9C 1C 45 0 52 27 6E 46 24
Octal 61 234 34 105 0 122 47 156 106 44
Binary 110001 10011100 11100 1000101 0 1010010 100111 1101110 1000110 100100

Color Harmonies of #319C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C1C

Black with #319C1C

Text Example


Text Example

White with #319C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,28); }

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

background-color css

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

 a { background-color: rgb(49,156,28); }

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

border-color css

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

 span { border-color: rgb(49,156,28); }

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