#1F8930

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

Shades of Forest Green #1F8930

Tints of Forest Green #1F8930

Color information

#1F8930 (or 0x1F8930) is unknown color: approx Forest Green. HEX triplet: 1F, 89 and 30. RGB value is (31,137,48). Sum of RGB (Red+Green+Blue) = 31+137+48=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8930 is #E076CF. Grayscale: #5F5F5F. Windows color (decimal): -14710480 or 3180831. OLE color: 3180831.

HSL color Cylindrical-coordinate representation of color #1F8930: hue angle of 129.62º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8930 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB3113748-
CMYK0.7700.650.46
HSL129.62º63.1%32.94%-
HSV(B)129.62º77.37%53.73%-
XYZ10.0418.45.82-
YUV95.16101.3882.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 137 (53.91% from 255) = 63.43%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=14.35%
G=63.43%
B=22.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31137480.7700.650.46129.6263.132.94
Hex1F89304D0412E823f21
Octal37211601150101562027741
Binary111111000100111000010011010100000110111010000010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,137,48); }

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

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

 a { background-color: rgb(31,137,48); }

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

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

 span { border-color: rgb(31,137,48); }

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