#1F832C

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

Shades of Forest Green #1F832C

Tints of Forest Green #1F832C

Color information

#1F832C (or 0x1F832C) is unknown color: approx Forest Green. HEX triplet: 1F, 83 and 2C. RGB value is (31,131,44). Sum of RGB (Red+Green+Blue) = 31+131+44=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #1F832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F832C is #E07CD3. Grayscale: #5B5B5B. Windows color (decimal): -14712020 or 2917151. OLE color: 2917151.

HSL color Cylindrical-coordinate representation of color #1F832C: hue angle of 127.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F832C is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB3113144-
CMYK0.7600.660.49
HSL127.8º61.73%31.76%-
HSV(B)127.8º76.34%51.37%-
XYZ9.1416.715.13-
YUV91.18101.3785.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.05%
GREEN value IS 131 (51.56% from 255) = 63.59%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=15.05%
G=63.59%
B=21.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31131440.7600.660.49127.861.7331.76
Hex1F832C4C04231803e20
Octal37203541140102612007640
Binary111111000001110110010011000100001011000110000000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,44); }

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

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

 a { background-color: rgb(31,131,44); }

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

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

 span { border-color: rgb(31,131,44); }

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