#319A1B

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

Shades of Forest Green #319A1B

Tints of Forest Green #319A1B

Color information

#319A1B (or 0x319A1B) is unknown color: approx Forest Green. HEX triplet: 31, 9A and 1B. RGB value is (49,154,27). Sum of RGB (Red+Green+Blue) = 49+154+27=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 154 (60.55% from 255 or 66.96% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 154 - color contains mainly: green. Hex color #319A1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A1B is #CE65E4. Grayscale: #6C6C6C. Windows color (decimal): -13526501 or 1808945. OLE color: 1808945.

HSL color Cylindrical-coordinate representation of color #319A1B: hue angle of 109.61º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #319A1B is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB4915427-
CMYK0.6800.820.40
HSL109.61º70.17%35.49%-
HSV(B)109.61º82.47%60.39%-
XYZ13.0223.844.95-
YUV108.1382.2185.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 154 (60.55% from 255) = 66.96%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=21.30%
G=66.96%
B=11.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154270.6800.820.40109.6170.1735.49
Hex319A1B44052286e4623
Octal612323310401225015610643
Binary110001100110101101110001000101001010100011011101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,154,27); }

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

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

 a { background-color: rgb(49,154,27); }

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

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

 span { border-color: rgb(49,154,27); }

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