#1F8C2A

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

Shades of Forest Green #1F8C2A

Tints of Forest Green #1F8C2A

Color information

#1F8C2A (or 0x1F8C2A) is unknown color: approx Forest Green. HEX triplet: 1F, 8C and 2A. RGB value is (31,140,42). Sum of RGB (Red+Green+Blue) = 31+140+42=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 140 (55.08% from 255 or 65.73% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8C2A is #E073D5. Grayscale: #606060. Windows color (decimal): -14709718 or 2788383. OLE color: 2788383.

HSL color Cylindrical-coordinate representation of color #1F8C2A: hue angle of 126.06º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C2A is Cyan = 0.78, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB3114042-
CMYK0.7800.70.45
HSL126.06º63.74%33.53%-
HSV(B)126.06º77.86%54.9%-
XYZ10.3619.215.35-
YUV96.2497.3981.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 140 (55.08% from 255) = 65.73%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=14.55%
G=65.73%
B=19.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31140420.7800.70.45126.0663.7433.53
Hex1F8C2A4E0462D7e4022
Octal372145211601065517610042
Binary111111000110010101010011100100011010110111111101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,140,42); }

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

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

 a { background-color: rgb(31,140,42); }

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

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

 span { border-color: rgb(31,140,42); }

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