#1F932B

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

Shades of Forest Green #1F932B

Tints of Forest Green #1F932B

Color information

#1F932B (or 0x1F932B) is unknown color: approx Forest Green. HEX triplet: 1F, 93 and 2B. RGB value is (31,147,43). Sum of RGB (Red+Green+Blue) = 31+147+43=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #1F932B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F932B is #E06CD4. Grayscale: #646464. Windows color (decimal): -14707925 or 2855711. OLE color: 2855711.

HSL color Cylindrical-coordinate representation of color #1F932B: hue angle of 126.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F932B is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB3114743-
CMYK0.7900.710.42
HSL126.21º65.17%34.9%-
HSV(B)126.21º78.91%57.65%-
XYZ11.4321.335.8-
YUV100.4695.5778.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 147 (57.81% from 255) = 66.52%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=14.03%
G=66.52%
B=19.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31147430.7900.710.42126.2165.1734.9
Hex1F932B4F0472A7e4123
Octal372235311701075217610143
Binary111111001001110101110011110100011110101011111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F932B; }

 p { color: rgb(31,147,43); }

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

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

 a { background-color: rgb(31,147,43); }

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

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

 span { border-color: rgb(31,147,43); }

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