#319C21

Color #319C21 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #319C21

Tints of Forest Green #319C21

Color information

#319C21 (or 0x319C21) is unknown color: approx Forest Green. HEX triplet: 31, 9C and 21. RGB value is (49,156,33). Sum of RGB (Red+Green+Blue) = 49+156+33=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 156 (61.33% from 255 or 65.55% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 156 - color contains mainly: green. Hex color #319C21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C21 is #CE63DE. Grayscale: #6E6E6E. Windows color (decimal): -13525983 or 2202673. OLE color: 2202673.

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

Color convert

RGB4915633-
CMYK0.6900.790.39
HSL112.2º65.08%37.06%-
HSV(B)112.2º78.85%61.18%-
XYZ13.4324.545.47-
YUV109.9884.5584.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 156 (61.33% from 255) = 65.55%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=20.59%
G=65.55%
B=13.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49156330.6900.790.39112.265.0837.06
Hex319C214504F27704125
Octal612344110501174716010145
Binary1100011001110010000110001010100111110011111100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #319C21;
 }
 .AnyTagClassName
 {
   color: #319C21;
 }
</style>
background-color css

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

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

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

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

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

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