#1F8430

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

Shades of Forest Green #1F8430

Tints of Forest Green #1F8430

Color information

#1F8430 (or 0x1F8430) is unknown color: approx Forest Green. HEX triplet: 1F, 84 and 30. RGB value is (31,132,48). Sum of RGB (Red+Green+Blue) = 31+132+48=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8430 is #E07BCF. Grayscale: #5C5C5C. Windows color (decimal): -14711760 or 3179551. OLE color: 3179551.

HSL color Cylindrical-coordinate representation of color #1F8430: hue angle of 130.1º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8430 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB3113248-
CMYK0.7700.640.48
HSL130.1º61.96%31.96%-
HSV(B)130.1º76.52%51.76%-
XYZ9.3517.015.59-
YUV92.22103.0484.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 132 (51.95% from 255) = 62.56%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=14.69%
G=62.56%
B=22.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132480.7700.640.48130.161.9631.96
Hex1F84304D04030823e20
Octal37204601150100602027640
Binary111111000010011000010011010100000011000010000010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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